Html Css Color HEX #726D5B Flint

📋 copy color: '#726D5B'

red 114 ◦ green 109 ◦ blue 91

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

Shades of Flint #726D5B

Tints of Flint #726D5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.98%

R = 36.31%
G = 34.71%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#726D5B (or 0x726D5B) is known color: Flint. HEX triplet: 72, 6D and 5B. RGB value is (114,109,91). Sum of RGB (Red+Green+Blue) = 114+109+91=314 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.31% from 314); Green value is 109 (42.97% from 255 or 34.71% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 114 - color contains mainly: red. Hex color #726D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726D5B is #8D92A4. Grayscale: #6C6C6C. Windows color (decimal): -9278117 or 5991794. OLE color: 5991794.

HSL color Cylindrical-coordinate representation of color #726D5B: hue angle of 46.96º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #726D5B is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 109 91 -
CMYK 0 0.04 0.20 0.55
HSL 46.96º 0.11% 0.4% -
HSV(B) 46.96º 0.2% 0.45% -
XYZ 14.3 15.27 12.09 -
YUV 108.44 118.16 131.96 -
System Red Green Blue C M Y K H S L
Decimal 114 109 91 0 0.04 0.20 0.55 46.96 0.11 0.4
Hex 72 6D 5B 0 4 14 37 2F B 28
Octal 162 155 133 0 4 24 67 57 13 50
Binary 1110010 1101101 1011011 0 100 10100 110111 101111 1011 101000

Color Harmonies of #726D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726D5B

Black with #726D5B

Text Example


Text Example

White with #726D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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