Html Css Color HEX #726F5E Flint

📋 copy color: '#726F5E'

red 114 ◦ green 111 ◦ blue 94

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

Shades of Flint #726F5E

Tints of Flint #726F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.47%

R = 35.74%
G = 34.8%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#726F5E (or 0x726F5E) is known color: Flint. HEX triplet: 72, 6F and 5E. RGB value is (114,111,94). Sum of RGB (Red+Green+Blue) = 114+111+94=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 114 - color contains mainly: red. Hex color #726F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726F5E is #8D90A1. Grayscale: #6E6E6E. Windows color (decimal): -9277602 or 6188914. OLE color: 6188914.

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

Color convert

RGB 114 111 94 -
CMYK 0 0.03 0.18 0.55
HSL 51º 0.1% 0.41% -
HSV(B) 51º 0.18% 0.45% -
XYZ 14.64 15.75 12.86 -
YUV 109.96 118.99 130.88 -
System Red Green Blue C M Y K H S L
Decimal 114 111 94 0 0.03 0.18 0.55 51 0.1 0.41
Hex 72 6F 5E 0 3 12 37 33 A 29
Octal 162 157 136 0 3 22 67 63 12 51
Binary 1110010 1101111 1011110 0 11 10010 110111 110011 1010 101001

Color Harmonies of #726F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726F5E

Black with #726F5E

Text Example


Text Example

White with #726F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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