Html Css Color HEX #72744D Finch

📋 copy color: '#72744D'

red 114 ◦ green 116 ◦ blue 77

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

Shades of Finch #72744D

Tints of Finch #72744D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.79%

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

R = 37.13%
G = 37.79%
B = 25.08%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#72744D (or 0x72744D) is known color: Finch. HEX triplet: 72, 74 and 4D. RGB value is (114,116,77). Sum of RGB (Red+Green+Blue) = 114+116+77=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 116 - color contains mainly: green. Hex color #72744D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72744D is #8D8BB2. Grayscale: #6F6F6F. Windows color (decimal): -9276339 or 5076082. OLE color: 5076082.

HSL color Cylindrical-coordinate representation of color #72744D: hue angle of 63.08º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #72744D is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 116 77 -
CMYK 0.02 0 0.34 0.55
HSL 63.08º 0.2% 0.38% -
HSV(B) 63.08º 0.34% 0.45% -
XYZ 14.52 16.6 9.46 -
YUV 110.96 108.84 130.17 -
System Red Green Blue C M Y K H S L
Decimal 114 116 77 0.02 0 0.34 0.55 63.08 0.2 0.38
Hex 72 74 4D 2 0 22 37 3F 14 26
Octal 162 164 115 2 0 42 67 77 24 46
Binary 1110010 1110100 1001101 10 0 100010 110111 111111 10100 100110

Color Harmonies of #72744D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72744D

Black with #72744D

Text Example


Text Example

White with #72744D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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