#726C69

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

Shades of Russett #726C69

Tints of Russett #726C69

Color information

#726C69 (or 0x726C69) is unknown color: approx Russett. HEX triplet: 72, 6C and 69. RGB value is (114,108,105). Sum of RGB (Red+Green+Blue) = 114+108+105=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 108 (42.58% from 255 or 33.03% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 114 - color contains mainly: red. Hex color #726C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726C69 is #8D9396. Grayscale: #6D6D6D. Windows color (decimal): -9278359 or 6909042. OLE color: 6909042.

HSL color Cylindrical-coordinate representation of color #726C69: hue angle of 20º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #726C69 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB114108105-
CMYK00.050.080.55
HSL20º4.11%42.94%-
HSV(B)20º7.89%44.71%-
XYZ14.8515.3215.54-
YUV109.45125.49131.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.86%
GREEN value IS 108 (42.58% from 255) = 33.03%
BLUE value IS 105 (41.41% from 255) = 32.11%
R=34.86%
G=33.03%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11410810500.050.080.55204.1142.94
Hex726C69058371442b
Octal16215415105106724453
Binary1110010110110011010010101100011011110100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,108,105); }

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

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

 a { background-color: rgb(114,108,105); }

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

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

 span { border-color: rgb(114,108,105); }

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