Html Css Color HEX #72764D Finch

📋 copy color: '#72764D'

red 114 ◦ green 118 ◦ blue 77

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

Shades of Finch #72764D

Tints of Finch #72764D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.92%

R = 36.89%
G = 38.19%
B = 24.92%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#72764D (or 0x72764D) is known color: Finch. HEX triplet: 72, 76 and 4D. RGB value is (114,118,77). Sum of RGB (Red+Green+Blue) = 114+118+77=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 118 - color contains mainly: green. Hex color #72764D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72764D is #8D89B2. Grayscale: #707070. Windows color (decimal): -9275827 or 5076594. OLE color: 5076594.

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

Color convert

RGB 114 118 77 -
CMYK 0.03 0 0.35 0.54
HSL 65.85º 0.21% 0.38% -
HSV(B) 65.85º 0.35% 0.46% -
XYZ 14.76 17.07 9.54 -
YUV 112.13 108.17 129.33 -
System Red Green Blue C M Y K H S L
Decimal 114 118 77 0.03 0 0.35 0.54 65.85 0.21 0.38
Hex 72 76 4D 3 0 23 36 42 15 26
Octal 162 166 115 3 0 43 66 102 25 46
Binary 1110010 1110110 1001101 11 0 100011 110110 1000010 10101 100110

Color Harmonies of #72764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72764D

Black with #72764D

Text Example


Text Example

White with #72764D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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