Html Css Color HEX #726E5D Flint

📋 copy color: '#726E5D'

red 114 ◦ green 110 ◦ blue 93

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

Shades of Flint #726E5D

Tints of Flint #726E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.34%

R = 35.96%
G = 34.7%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#726E5D (or 0x726E5D) is known color: Flint. HEX triplet: 72, 6E and 5D. RGB value is (114,110,93). Sum of RGB (Red+Green+Blue) = 114+110+93=317 (41% of max value = 765). Red value is 114 (44.92% from 255 or 35.96% from 317); Green value is 110 (43.36% from 255 or 34.70% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 114 - color contains mainly: red. Hex color #726E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726E5D is #8D91A2. Grayscale: #6D6D6D. Windows color (decimal): -9277859 or 6123122. OLE color: 6123122.

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

Color convert

RGB 114 110 93 -
CMYK 0 0.04 0.18 0.55
HSL 48.57º 0.1% 0.41% -
HSV(B) 48.57º 0.18% 0.45% -
XYZ 14.49 15.52 12.59 -
YUV 109.26 118.83 131.38 -
System Red Green Blue C M Y K H S L
Decimal 114 110 93 0 0.04 0.18 0.55 48.57 0.1 0.41
Hex 72 6E 5D 0 4 12 37 31 A 29
Octal 162 156 135 0 4 22 67 61 12 51
Binary 1110010 1101110 1011101 0 100 10010 110111 110001 1010 101001

Color Harmonies of #726E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726E5D

Black with #726E5D

Text Example


Text Example

White with #726E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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