Html Css Color HEX #726E5F Flint

📋 copy color: '#726E5F'

red 114 ◦ green 110 ◦ blue 95

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

Shades of Flint #726E5F

Tints of Flint #726E5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.78%

R = 35.74%
G = 34.48%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#726E5F (or 0x726E5F) is known color: Flint. HEX triplet: 72, 6E and 5F. RGB value is (114,110,95). Sum of RGB (Red+Green+Blue) = 114+110+95=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 114 - color contains mainly: red. Hex color #726E5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726E5F is #8D91A0. Grayscale: #6D6D6D. Windows color (decimal): -9277857 or 6254194. OLE color: 6254194.

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

Color convert

RGB 114 110 95 -
CMYK 0 0.04 0.17 0.55
HSL 47.37º 0.09% 0.41% -
HSV(B) 47.37º 0.17% 0.45% -
XYZ 14.58 15.56 13.06 -
YUV 109.49 119.83 131.22 -
System Red Green Blue C M Y K H S L
Decimal 114 110 95 0 0.04 0.17 0.55 47.37 0.09 0.41
Hex 72 6E 5F 0 4 11 37 2F 9 29
Octal 162 156 137 0 4 21 67 57 11 51
Binary 1110010 1101110 1011111 0 100 10001 110111 101111 1001 101001

Color Harmonies of #726E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726E5F

Black with #726E5F

Text Example


Text Example

White with #726E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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