Html Css Color HEX #724D56 Finn

📋 copy color: '#724D56'

red 114 ◦ green 77 ◦ blue 86

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

Shades of Finn #724D56

Tints of Finn #724D56

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.8%

 BLUE value IS 86 (33.98% from 255) = 31.05%

R = 41.16%
G = 27.8%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#724D56 (or 0x724D56) is known color: Finn. HEX triplet: 72, 4D and 56. RGB value is (114,77,86). Sum of RGB (Red+Green+Blue) = 114+77+86=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 77 (30.47% from 255 or 27.80% from 277); Blue value is 86 (33.98% from 255 or 31.05% from 277); Max value from RGB is 114 - color contains mainly: red. Hex color #724D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724D56 is #8DB2A9. Grayscale: #595959. Windows color (decimal): -9286314 or 5655922. OLE color: 5655922.

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

Color convert

RGB 114 77 86 -
CMYK 0 0.32 0.25 0.55
HSL 345.41º 0.19% 0.37% -
HSV(B) 345.41º 0.32% 0.45% -
XYZ 11.27 9.56 10.05 -
YUV 89.09 126.26 145.77 -
System Red Green Blue C M Y K H S L
Decimal 114 77 86 0 0.32 0.25 0.55 345.41 0.19 0.37
Hex 72 4D 56 0 20 19 37 159 13 25
Octal 162 115 126 0 40 31 67 531 23 45
Binary 1110010 1001101 1010110 0 100000 11001 110111 101011001 10011 100101

Color Harmonies of #724D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724D56

Black with #724D56

Text Example


Text Example

White with #724D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724D56; }

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

 H1.HeaderClassName
 {
   color: #724D56;
 }
 .AnyTagClassName
 {
   color: #724D56;
 }
</style>

background-color css

<style>
 a { background-color: #724D56; }

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

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

border-color css

<style>
 span { border-color: #724D56; }

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

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