#766862

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

Shades of Russett #766862

Tints of Russett #766862

Color information

#766862 (or 0x766862) is unknown color: approx Russett. HEX triplet: 76, 68 and 62. RGB value is (118,104,98). Sum of RGB (Red+Green+Blue) = 118+104+98=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 118 - color contains mainly: red. Hex color #766862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766862 is #89979D. Grayscale: #6B6B6B. Windows color (decimal): -9017246 or 6449270. OLE color: 6449270.

HSL color Cylindrical-coordinate representation of color #766862: hue angle of 18º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #766862 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB11810498-
CMYK00.120.170.54
HSL18º9.26%42.35%-
HSV(B)18º16.95%46.27%-
XYZ14.6314.6313.61-
YUV107.5122.64135.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.88%
GREEN value IS 104 (41.02% from 255) = 32.5%
BLUE value IS 98 (38.67% from 255) = 30.62%
R=36.88%
G=32.5%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181049800.120.170.54189.2642.35
Hex7668620C11361292a
Octal1661501420142166221152
Binary1110110110100011000100110010001110110100101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766862; }

 p { color: rgb(118,104,98); }

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

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

 a { background-color: rgb(118,104,98); }

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

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

 span { border-color: rgb(118,104,98); }

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