Html Css Color HEX #72744F Finch

📋 copy color: '#72744F'

red 114 ◦ green 116 ◦ blue 79

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

Shades of Finch #72744F

Tints of Finch #72744F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.57%

R = 36.89%
G = 37.54%
B = 25.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#72744F (or 0x72744F) is known color: Finch. HEX triplet: 72, 74 and 4F. RGB value is (114,116,79). Sum of RGB (Red+Green+Blue) = 114+116+79=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 79 (31.25% from 255 or 25.57% from 309); Max value from RGB is 116 - color contains mainly: green. Hex color #72744F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72744F is #8D8BB0. Grayscale: #6F6F6F. Windows color (decimal): -9276337 or 5207154. OLE color: 5207154.

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

Color convert

RGB 114 116 79 -
CMYK 0.02 0 0.32 0.55
HSL 63.24º 0.19% 0.38% -
HSV(B) 63.24º 0.32% 0.45% -
XYZ 14.6 16.63 9.84 -
YUV 111.18 109.84 130.01 -
System Red Green Blue C M Y K H S L
Decimal 114 116 79 0.02 0 0.32 0.55 63.24 0.19 0.38
Hex 72 74 4F 2 0 20 37 3F 13 26
Octal 162 164 117 2 0 40 67 77 23 46
Binary 1110010 1110100 1001111 10 0 100000 110111 111111 10011 100110

Color Harmonies of #72744F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72744F

Black with #72744F

Text Example


Text Example

White with #72744F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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