Html Css Color HEX #726F5F Flint

📋 copy color: '#726F5F'

red 114 ◦ green 111 ◦ blue 95

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

Shades of Flint #726F5F

Tints of Flint #726F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.69%

R = 35.63%
G = 34.69%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#726F5F (or 0x726F5F) is known color: Flint. HEX triplet: 72, 6F and 5F. RGB value is (114,111,95). Sum of RGB (Red+Green+Blue) = 114+111+95=320 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.62% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 95 (37.5% from 255 or 29.69% from 320); Max value from RGB is 114 - color contains mainly: red. Hex color #726F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726F5F is #8D90A0. Grayscale: #6E6E6E. Windows color (decimal): -9277601 or 6254450. OLE color: 6254450.

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

Color convert

RGB 114 111 95 -
CMYK 0 0.03 0.17 0.55
HSL 50.53º 0.09% 0.41% -
HSV(B) 50.53º 0.17% 0.45% -
XYZ 14.69 15.77 13.1 -
YUV 110.07 119.49 130.8 -
System Red Green Blue C M Y K H S L
Decimal 114 111 95 0 0.03 0.17 0.55 50.53 0.09 0.41
Hex 72 6F 5F 0 3 11 37 33 9 29
Octal 162 157 137 0 3 21 67 63 11 51
Binary 1110010 1101111 1011111 0 11 10001 110111 110011 1001 101001

Color Harmonies of #726F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726F5F

Black with #726F5F

Text Example


Text Example

White with #726F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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