#726A66

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

Shades of Russett #726A66

Tints of Russett #726A66

Color information

#726A66 (or 0x726A66) is unknown color: approx Russett. HEX triplet: 72, 6A and 66. RGB value is (114,106,102). Sum of RGB (Red+Green+Blue) = 114+106+102=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 114 - color contains mainly: red. Hex color #726A66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726A66 is #8D9599. Grayscale: #6B6B6B. Windows color (decimal): -9278874 or 6711922. OLE color: 6711922.

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

Color convert

RGB114106102-
CMYK00.070.110.55
HSL20º5.56%42.35%-
HSV(B)20º10.53%44.71%-
XYZ14.4914.8414.67-
YUV107.94124.65132.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.40%
GREEN value IS 106 (41.80% from 255) = 32.92%
BLUE value IS 102 (40.23% from 255) = 31.68%
R=35.40%
G=32.92%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11410610200.070.110.55205.5642.35
Hex726A6607B371462a
Octal16215214607136724652
Binary1110010110101011001100111101111011110100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,106,102); }

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

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

 a { background-color: rgb(114,106,102); }

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

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

 span { border-color: rgb(114,106,102); }

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