#766E6B

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

Shades of Russett #766E6B

Tints of Russett #766E6B

Color information

#766E6B (or 0x766E6B) is unknown color: approx Russett. HEX triplet: 76, 6E and 6B. RGB value is (118,110,107). Sum of RGB (Red+Green+Blue) = 118+110+107=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 118 - color contains mainly: red. Hex color #766E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E6B is #899194. Grayscale: #707070. Windows color (decimal): -9015701 or 7040630. OLE color: 7040630.

HSL color Cylindrical-coordinate representation of color #766E6B: hue angle of 16.36º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #766E6B is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB118110107-
CMYK00.070.090.54
HSL16.36º4.89%44.12%-
HSV(B)16.36º9.32%46.27%-
XYZ15.716.0616.18-
YUV112.05125.15132.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.22%
GREEN value IS 110 (43.36% from 255) = 32.84%
BLUE value IS 107 (42.19% from 255) = 31.94%
R=35.22%
G=32.84%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811010700.070.090.5416.364.8944.12
Hex766E6B079361052c
Octal16615615307116620554
Binary1110110110111011010110111100111011010000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766E6B; }

 p { color: rgb(118,110,107); }

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

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

 a { background-color: rgb(118,110,107); }

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

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

 span { border-color: rgb(118,110,107); }

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