Html Css Color HEX #72774D Finch

📋 copy color: '#72774D'

red 114 ◦ green 119 ◦ blue 77

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

Shades of Finch #72774D

Tints of Finch #72774D

RGB

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

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

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

R = 36.77%
G = 38.39%
B = 24.84%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#72774D (or 0x72774D) is known color: Finch. HEX triplet: 72, 77 and 4D. RGB value is (114,119,77). Sum of RGB (Red+Green+Blue) = 114+119+77=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 119 - color contains mainly: green. Hex color #72774D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72774D is #8D88B2. Grayscale: #707070. Windows color (decimal): -9275571 or 5076850. OLE color: 5076850.

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

Color convert

RGB 114 119 77 -
CMYK 0.04 0 0.35 0.53
HSL 67.14º 0.21% 0.38% -
HSV(B) 67.14º 0.35% 0.47% -
XYZ 14.88 17.31 9.58 -
YUV 112.72 107.84 128.92 -
System Red Green Blue C M Y K H S L
Decimal 114 119 77 0.04 0 0.35 0.53 67.14 0.21 0.38
Hex 72 77 4D 4 0 23 35 43 15 26
Octal 162 167 115 4 0 43 65 103 25 46
Binary 1110010 1110111 1001101 100 0 100011 110101 1000011 10101 100110

Color Harmonies of #72774D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72774D

Black with #72774D

Text Example


Text Example

White with #72774D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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