Html Css Color HEX #726D60 Flint

📋 copy color: '#726D60'

red 114 ◦ green 109 ◦ blue 96

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

Shades of Flint #726D60

Tints of Flint #726D60

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.17%

 BLUE value IS 96 (37.89% from 255) = 30.09%

R = 35.74%
G = 34.17%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#726D60 (or 0x726D60) is known color: Flint. HEX triplet: 72, 6D and 60. RGB value is (114,109,96). Sum of RGB (Red+Green+Blue) = 114+109+96=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 114 - color contains mainly: red. Hex color #726D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726D60 is #8D929F. Grayscale: #6D6D6D. Windows color (decimal): -9278112 or 6319474. OLE color: 6319474.

HSL color Cylindrical-coordinate representation of color #726D60: hue angle of 43.33º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #726D60 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 109 96 -
CMYK 0 0.04 0.16 0.55
HSL 43.33º 0.09% 0.41% -
HSV(B) 43.33º 0.16% 0.45% -
XYZ 14.52 15.36 13.27 -
YUV 109.01 120.66 131.56 -
System Red Green Blue C M Y K H S L
Decimal 114 109 96 0 0.04 0.16 0.55 43.33 0.09 0.41
Hex 72 6D 60 0 4 10 37 2B 9 29
Octal 162 155 140 0 4 20 67 53 11 51
Binary 1110010 1101101 1100000 0 100 10000 110111 101011 1001 101001

Color Harmonies of #726D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726D60

Black with #726D60

Text Example


Text Example

White with #726D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726D60; }

 p { color: rgb(114,109,96); }

 H1.HeaderClassName
 {
   color: #726D60;
 }
 .AnyTagClassName
 {
   color: #726D60;
 }
</style>

background-color css

<style>
 a { background-color: #726D60; }

 a { background-color: rgb(114,109,96); }

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

border-color css

<style>
 span { border-color: #726D60; }

 span { border-color: rgb(114,109,96); }

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