Html Css Color HEX #72764C Finch

📋 copy color: '#72764C'

red 114 ◦ green 118 ◦ blue 76

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

Shades of Finch #72764C

Tints of Finch #72764C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.68%

R = 37.01%
G = 38.31%
B = 24.68%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#72764C (or 0x72764C) is known color: Finch. HEX triplet: 72, 76 and 4C. RGB value is (114,118,76). Sum of RGB (Red+Green+Blue) = 114+118+76=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 118 - color contains mainly: green. Hex color #72764C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72764C is #8D89B3. Grayscale: #707070. Windows color (decimal): -9275828 or 5011058. OLE color: 5011058.

HSL color Cylindrical-coordinate representation of color #72764C: hue angle of 65.71º 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 #72764C is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 114 118 76 -
CMYK 0.03 0 0.36 0.54
HSL 65.71º 0.22% 0.38% -
HSV(B) 65.71º 0.36% 0.46% -
XYZ 14.72 17.06 9.35 -
YUV 112.02 107.67 129.42 -
System Red Green Blue C M Y K H S L
Decimal 114 118 76 0.03 0 0.36 0.54 65.71 0.22 0.38
Hex 72 76 4C 3 0 24 36 42 16 26
Octal 162 166 114 3 0 44 66 102 26 46
Binary 1110010 1110110 1001100 11 0 100100 110110 1000010 10110 100110

Color Harmonies of #72764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72764C

Black with #72764C

Text Example


Text Example

White with #72764C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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