Html Css Color HEX #726E61 Flint

📋 copy color: '#726E61'

red 114 ◦ green 110 ◦ blue 97

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

Shades of Flint #726E61

Tints of Flint #726E61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.22%

R = 35.51%
G = 34.27%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#726E61 (or 0x726E61) is known color: Flint. HEX triplet: 72, 6E and 61. RGB value is (114,110,97). Sum of RGB (Red+Green+Blue) = 114+110+97=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 114 - color contains mainly: red. Hex color #726E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726E61 is #8D919E. Grayscale: #6D6D6D. Windows color (decimal): -9277855 or 6385266. OLE color: 6385266.

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

Color convert

RGB 114 110 97 -
CMYK 0 0.04 0.15 0.55
HSL 45.88º 0.08% 0.41% -
HSV(B) 45.88º 0.15% 0.45% -
XYZ 14.67 15.59 13.55 -
YUV 109.71 120.83 131.06 -
System Red Green Blue C M Y K H S L
Decimal 114 110 97 0 0.04 0.15 0.55 45.88 0.08 0.41
Hex 72 6E 61 0 4 F 37 2E 8 29
Octal 162 156 141 0 4 17 67 56 10 51
Binary 1110010 1101110 1100001 0 100 1111 110111 101110 1000 101001

Color Harmonies of #726E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726E61

Black with #726E61

Text Example


Text Example

White with #726E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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