#72655F

Color #72655F Russett (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Russett #72655F

Tints of Russett #72655F

Color information

#72655F (or 0x72655F) is unknown color: approx Russett. HEX triplet: 72, 65 and 5F. RGB value is (114,101,95). Sum of RGB (Red+Green+Blue) = 114+101+95=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 114 - color contains mainly: red. Hex color #72655F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72655F is #8D9AA0. Grayscale: #686868. Windows color (decimal): -9280161 or 6251890. OLE color: 6251890.

HSL color Cylindrical-coordinate representation of color #72655F: hue angle of 18.95º 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 #72655F is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB11410195-
CMYK00.110.170.55
HSL18.95º9.09%40.98%-
HSV(B)18.95º16.67%44.71%-
XYZ13.6613.7112.75-
YUV104.2122.81134.99-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.77%
GREEN value IS 101 (39.84% from 255) = 32.58%
BLUE value IS 95 (37.5% from 255) = 30.65%
R=36.77%
G=32.58%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141019500.110.170.5518.959.0940.98
Hex72655F0B113713929
Octal1621451370132167231151
Binary1110010110010110111110101110001110111100111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72655F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72655F; }

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

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

<style>
 a { background-color: #72655F; }

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

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

<style>
 span { border-color: #72655F; }

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

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