Html Css Color HEX #72775C Finch

📋 copy color: '#72775C'

red 114 ◦ green 119 ◦ blue 92

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

Shades of Finch #72775C

Tints of Finch #72775C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.62%

 BLUE value IS 92 (36.33% from 255) = 28.31%

R = 35.08%
G = 36.62%
B = 28.31%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#72775C (or 0x72775C) is known color: Finch. HEX triplet: 72, 77 and 5C. RGB value is (114,119,92). Sum of RGB (Red+Green+Blue) = 114+119+92=325 (43% of max value = 765). Red value is 114 (44.92% from 255 or 35.08% from 325); Green value is 119 (46.88% from 255 or 36.62% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 119 - color contains mainly: green. Hex color #72775C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72775C is #8D88A3. Grayscale: #727272. Windows color (decimal): -9275556 or 6059890. OLE color: 6059890.

HSL color Cylindrical-coordinate representation of color #72775C: hue angle of 71.11º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #72775C is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 119 92 -
CMYK 0.04 0 0.23 0.53
HSL 71.11º 0.13% 0.41% -
HSV(B) 71.11º 0.23% 0.47% -
XYZ 15.47 17.54 12.7 -
YUV 114.43 115.34 127.7 -
System Red Green Blue C M Y K H S L
Decimal 114 119 92 0.04 0 0.23 0.53 71.11 0.13 0.41
Hex 72 77 5C 4 0 17 35 47 D 29
Octal 162 167 134 4 0 27 65 107 15 51
Binary 1110010 1110111 1011100 100 0 10111 110101 1000111 1101 101001

Color Harmonies of #72775C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72775C

Black with #72775C

Text Example


Text Example

White with #72775C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,119,92); }

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

background-color css

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

 a { background-color: rgb(114,119,92); }

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

border-color css

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

 span { border-color: rgb(114,119,92); }

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