Html Css Color HEX #72775E Finch

📋 copy color: '#72775E'

red 114 ◦ green 119 ◦ blue 94

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

Shades of Finch #72775E

Tints of Finch #72775E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.75%

R = 34.86%
G = 36.39%
B = 28.75%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#72775E (or 0x72775E) is known color: Finch. HEX triplet: 72, 77 and 5E. RGB value is (114,119,94). Sum of RGB (Red+Green+Blue) = 114+119+94=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 119 (46.88% from 255 or 36.39% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 119 - color contains mainly: green. Hex color #72775E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72775E is #8D88A1. Grayscale: #727272. Windows color (decimal): -9275554 or 6190962. OLE color: 6190962.

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

Color convert

RGB 114 119 94 -
CMYK 0.04 0 0.21 0.53
HSL 72º 0.12% 0.42% -
HSV(B) 72º 0.21% 0.47% -
XYZ 15.56 17.58 13.16 -
YUV 114.66 116.34 127.53 -
System Red Green Blue C M Y K H S L
Decimal 114 119 94 0.04 0 0.21 0.53 72 0.12 0.42
Hex 72 77 5E 4 0 15 35 48 C 2A
Octal 162 167 136 4 0 25 65 110 14 52
Binary 1110010 1110111 1011110 100 0 10101 110101 1001000 1100 101010

Color Harmonies of #72775E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72775E

Black with #72775E

Text Example


Text Example

White with #72775E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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