Html Css Color HEX #726F59 Flint

📋 copy color: '#726F59'

red 114 ◦ green 111 ◦ blue 89

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

Shades of Flint #726F59

Tints of Flint #726F59

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.35%

 BLUE value IS 89 (35.16% from 255) = 28.34%

R = 36.31%
G = 35.35%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#726F59 (or 0x726F59) is known color: Flint. HEX triplet: 72, 6F and 59. RGB value is (114,111,89). Sum of RGB (Red+Green+Blue) = 114+111+89=314 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.31% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 89 (35.16% from 255 or 28.34% from 314); Max value from RGB is 114 - color contains mainly: red. Hex color #726F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726F59 is #8D90A6. Grayscale: #6D6D6D. Windows color (decimal): -9277607 or 5861234. OLE color: 5861234.

HSL color Cylindrical-coordinate representation of color #726F59: hue angle of 52.8º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #726F59 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 111 89 -
CMYK 0 0.03 0.22 0.55
HSL 52.8º 0.12% 0.4% -
HSV(B) 52.8º 0.22% 0.45% -
XYZ 14.43 15.67 11.71 -
YUV 109.39 116.49 131.29 -
System Red Green Blue C M Y K H S L
Decimal 114 111 89 0 0.03 0.22 0.55 52.8 0.12 0.4
Hex 72 6F 59 0 3 16 37 35 C 28
Octal 162 157 131 0 3 26 67 65 14 50
Binary 1110010 1101111 1011001 0 11 10110 110111 110101 1100 101000

Color Harmonies of #726F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726F59

Black with #726F59

Text Example


Text Example

White with #726F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,111,89); }

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

background-color css

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

 a { background-color: rgb(114,111,89); }

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

border-color css

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

 span { border-color: rgb(114,111,89); }

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