Html Css Color HEX #72774A Finch

📋 copy color: '#72774A'

red 114 ◦ green 119 ◦ blue 74

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

Shades of Finch #72774A

Tints of Finch #72774A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.1%

R = 37.13%
G = 38.76%
B = 24.1%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#72774A (or 0x72774A) is known color: Finch. HEX triplet: 72, 77 and 4A. RGB value is (114,119,74). Sum of RGB (Red+Green+Blue) = 114+119+74=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 119 - color contains mainly: green. Hex color #72774A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72774A is #8D88B5. Grayscale: #707070. Windows color (decimal): -9275574 or 4880242. OLE color: 4880242.

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

Color convert

RGB 114 119 74 -
CMYK 0.04 0 0.38 0.53
HSL 66.67º 0.23% 0.38% -
HSV(B) 66.67º 0.38% 0.47% -
XYZ 14.77 17.27 9.03 -
YUV 112.38 106.34 129.16 -
System Red Green Blue C M Y K H S L
Decimal 114 119 74 0.04 0 0.38 0.53 66.67 0.23 0.38
Hex 72 77 4A 4 0 26 35 43 17 26
Octal 162 167 112 4 0 46 65 103 27 46
Binary 1110010 1110111 1001010 100 0 100110 110101 1000011 10111 100110

Color Harmonies of #72774A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72774A

Black with #72774A

Text Example


Text Example

White with #72774A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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