Html Css Color HEX #726E60 Flint

📋 copy color: '#726E60'

red 114 ◦ green 110 ◦ blue 96

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

Shades of Flint #726E60

Tints of Flint #726E60

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.38%

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

R = 35.63%
G = 34.38%
B = 30%

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

#726E60 (or 0x726E60) is known color: Flint. HEX triplet: 72, 6E and 60. RGB value is (114,110,96). Sum of RGB (Red+Green+Blue) = 114+110+96=320 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.62% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 114 - color contains mainly: red. Hex color #726E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726E60 is #8D919F. Grayscale: #6D6D6D. Windows color (decimal): -9277856 or 6319730. OLE color: 6319730.

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

Color convert

RGB 114 110 96 -
CMYK 0 0.04 0.16 0.55
HSL 46.67º 0.09% 0.41% -
HSV(B) 46.67º 0.16% 0.45% -
XYZ 14.63 15.57 13.3 -
YUV 109.6 120.33 131.14 -
System Red Green Blue C M Y K H S L
Decimal 114 110 96 0 0.04 0.16 0.55 46.67 0.09 0.41
Hex 72 6E 60 0 4 10 37 2F 9 29
Octal 162 156 140 0 4 20 67 57 11 51
Binary 1110010 1101110 1100000 0 100 10000 110111 101111 1001 101001

Color Harmonies of #726E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726E60

Black with #726E60

Text Example


Text Example

White with #726E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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