#766C68

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

Shades of Russett #766C68

Tints of Russett #766C68

Color information

#766C68 (or 0x766C68) is unknown color: approx Russett. HEX triplet: 76, 6C and 68. RGB value is (118,108,104). Sum of RGB (Red+Green+Blue) = 118+108+104=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 118 - color contains mainly: red. Hex color #766C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766C68 is #899397. Grayscale: #6E6E6E. Windows color (decimal): -9016216 or 6843510. OLE color: 6843510.

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

Color convert

RGB118108104-
CMYK00.080.120.54
HSL17.14º6.31%43.53%-
HSV(B)17.14º11.86%46.27%-
XYZ15.3315.5815.3-
YUV110.53124.31133.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.76%
GREEN value IS 108 (42.58% from 255) = 32.73%
BLUE value IS 104 (41.02% from 255) = 31.52%
R=35.76%
G=32.73%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810810400.080.120.5417.146.3143.53
Hex766C6808C361162c
Octal166154150010146621654
Binary11101101101100110100001000110011011010001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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