#72705B

Color #72705B Flint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flint #72705B

Tints of Flint #72705B

Color information

#72705B (or 0x72705B) is unknown color: approx Flint. HEX triplet: 72, 70 and 5B. RGB value is (114,112,91). Sum of RGB (Red+Green+Blue) = 114+112+91=317 (41% of max value = 765). Red value is 114 (44.92% from 255 or 35.96% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 114 - color contains mainly: red. Hex color #72705B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72705B is #8D8FA4. Grayscale: #6E6E6E. Windows color (decimal): -9277349 or 5992562. OLE color: 5992562.

HSL color Cylindrical-coordinate representation of color #72705B: hue angle of 54.78º 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 #72705B is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB11411291-
CMYK00.020.200.55
HSL54.78º11.22%40.2%-
HSV(B)54.78º20.18%44.71%-
XYZ14.6215.9212.2-
YUV110.2117.16130.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.96%
GREEN value IS 112 (44.14% from 255) = 35.33%
BLUE value IS 91 (35.94% from 255) = 28.71%
R=35.96%
G=35.33%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141129100.020.200.5554.7811.2240.2
Hex72705B02143737b28
Octal162160133022467671350
Binary111001011100001011011010101001101111101111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72705B; }

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

 H1.HeaderClassName
 {
   color: #72705B;
 }
 .AnyTagClassName
 {
   color: #72705B;
 }
</style>
background-color css

<style>
 a { background-color: #72705B; }

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

 div.DivClassName
 {
   background-color: #72705B;
 }
 .BgClassName
 {
   background-color: #72705B;
 }
</style>
border-color css

<style>
 span { border-color: #72705B; }

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

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