#72764B

Color #72764B Finch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finch #72764B

Tints of Finch #72764B

Color information

#72764B (or 0x72764B) is unknown color: approx Finch. HEX triplet: 72, 76 and 4B. RGB value is (114,118,75). Sum of RGB (Red+Green+Blue) = 114+118+75=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 118 - color contains mainly: green. Hex color #72764B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72764B is #8D89B4. Grayscale: #707070. Windows color (decimal): -9275829 or 4945522. OLE color: 4945522.

HSL color Cylindrical-coordinate representation of color #72764B: hue angle of 65.58º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #72764B is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB11411875-
CMYK0.0300.360.54
HSL65.58º22.28%37.84%-
HSV(B)65.58º36.44%46.27%-
XYZ14.6917.049.17-
YUV111.9107.17129.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 114 (44.92% from 255) = 37.13%
GREEN value IS 118 (46.48% from 255) = 38.44%
BLUE value IS 75 (29.69% from 255) = 24.43%
R=37.13%
G=38.44%
B=24.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114118750.0300.360.5465.5822.2837.84
Hex72764B302436421626
Octal1621661133044661022646
Binary111001011101101001011110100100110110100001010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72764B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72764B; }

 p { color: rgb(114,118,75); }

 H1.HeaderClassName
 {
   color: #72764B;
 }
 .AnyTagClassName
 {
   color: #72764B;
 }
</style>
background-color css

<style>
 a { background-color: #72764B; }

 a { background-color: rgb(114,118,75); }

 div.DivClassName
 {
   background-color: #72764B;
 }
 .BgClassName
 {
   background-color: #72764B;
 }
</style>
border-color css

<style>
 span { border-color: #72764B; }

 span { border-color: rgb(114,118,75); }

 td.TdClassName
 {
   border-color: #72764B;
 }
 .TagClassName
 {
   border-color: #72764B;
 }
</style>