Html Css Color HEX #72764F Finch

📋 copy color: '#72764F'

red 114 ◦ green 118 ◦ blue 79

#72764F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finch #72764F

Tints of Finch #72764F

RGB

 RED value IS 114 (44.92% from 255) = 36.66%

 GREEN value IS 118 (46.48% from 255) = 37.94%

 BLUE value IS 79 (31.25% from 255) = 25.4%

R = 36.66%
G = 37.94%
B = 25.4%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#72764F (or 0x72764F) is known color: Finch. HEX triplet: 72, 76 and 4F. RGB value is (114,118,79). Sum of RGB (Red+Green+Blue) = 114+118+79=311 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.66% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 79 (31.25% from 255 or 25.40% from 311); Max value from RGB is 118 - color contains mainly: green. Hex color #72764F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72764F is #8D89B0. Grayscale: #707070. Windows color (decimal): -9275825 or 5207666. OLE color: 5207666.

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

Color convert

RGB 114 118 79 -
CMYK 0.03 0 0.33 0.54
HSL 66.15º 0.2% 0.39% -
HSV(B) 66.15º 0.33% 0.46% -
XYZ 14.83 17.1 9.92 -
YUV 112.36 109.17 129.17 -
System Red Green Blue C M Y K H S L
Decimal 114 118 79 0.03 0 0.33 0.54 66.15 0.2 0.39
Hex 72 76 4F 3 0 21 36 42 14 27
Octal 162 166 117 3 0 41 66 102 24 47
Binary 1110010 1110110 1001111 11 0 100001 110110 1000010 10100 100111

Color Harmonies of #72764F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72764F

Black with #72764F

Text Example


Text Example

White with #72764F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #72764F;
 }
 .AnyTagClassName
 {
   color: #72764F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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