Html Css Color HEX #726F60 Flint

📋 copy color: '#726F60'

red 114 ◦ green 111 ◦ blue 96

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

Shades of Flint #726F60

Tints of Flint #726F60

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.58%

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

R = 35.51%
G = 34.58%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#726F60 (or 0x726F60) is known color: Flint. HEX triplet: 72, 6F and 60. RGB value is (114,111,96). Sum of RGB (Red+Green+Blue) = 114+111+96=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 111 (43.75% from 255 or 34.58% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 114 - color contains mainly: red. Hex color #726F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726F60 is #8D909F. Grayscale: #6E6E6E. Windows color (decimal): -9277600 or 6319986. OLE color: 6319986.

HSL color Cylindrical-coordinate representation of color #726F60: hue angle of 50º 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 #726F60 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 111 96 -
CMYK 0 0.03 0.16 0.55
HSL 50º 0.09% 0.41% -
HSV(B) 50º 0.16% 0.45% -
XYZ 14.74 15.79 13.34 -
YUV 110.19 119.99 130.72 -
System Red Green Blue C M Y K H S L
Decimal 114 111 96 0 0.03 0.16 0.55 50 0.09 0.41
Hex 72 6F 60 0 3 10 37 32 9 29
Octal 162 157 140 0 3 20 67 62 11 51
Binary 1110010 1101111 1100000 0 11 10000 110111 110010 1001 101001

Color Harmonies of #726F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726F60

Black with #726F60

Text Example


Text Example

White with #726F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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