Html Css Color HEX #726D61 Flint

📋 copy color: '#726D61'

red 114 ◦ green 109 ◦ blue 97

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

Shades of Flint #726D61

Tints of Flint #726D61

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.06%

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

R = 35.63%
G = 34.06%
B = 30.31%

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

#726D61 (or 0x726D61) is known color: Flint. HEX triplet: 72, 6D and 61. RGB value is (114,109,97). Sum of RGB (Red+Green+Blue) = 114+109+97=320 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.62% from 320); Green value is 109 (42.97% from 255 or 34.06% from 320); Blue value is 97 (38.28% from 255 or 30.31% from 320); Max value from RGB is 114 - color contains mainly: red. Hex color #726D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726D61 is #8D929E. Grayscale: #6D6D6D. Windows color (decimal): -9278111 or 6385010. OLE color: 6385010.

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

Color convert

RGB 114 109 97 -
CMYK 0 0.04 0.15 0.55
HSL 42.35º 0.08% 0.41% -
HSV(B) 42.35º 0.15% 0.45% -
XYZ 14.57 15.38 13.51 -
YUV 109.13 121.16 131.48 -
System Red Green Blue C M Y K H S L
Decimal 114 109 97 0 0.04 0.15 0.55 42.35 0.08 0.41
Hex 72 6D 61 0 4 F 37 2A 8 29
Octal 162 155 141 0 4 17 67 52 10 51
Binary 1110010 1101101 1100001 0 100 1111 110111 101010 1000 101001

Color Harmonies of #726D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726D61

Black with #726D61

Text Example


Text Example

White with #726D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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