#766C69

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

Shades of Russett #766C69

Tints of Russett #766C69

Color information

#766C69 (or 0x766C69) is unknown color: approx Russett. HEX triplet: 76, 6C and 69. RGB value is (118,108,105). Sum of RGB (Red+Green+Blue) = 118+108+105=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 118 - color contains mainly: red. Hex color #766C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766C69 is #899396. Grayscale: #6E6E6E. Windows color (decimal): -9016215 or 6909046. OLE color: 6909046.

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

Color convert

RGB118108105-
CMYK00.080.110.54
HSL13.85º5.83%43.73%-
HSV(B)13.85º11.02%46.27%-
XYZ15.3815.615.56-
YUV110.65124.81133.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.65%
GREEN value IS 108 (42.58% from 255) = 32.63%
BLUE value IS 105 (41.41% from 255) = 31.72%
R=35.65%
G=32.63%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810810500.080.110.5413.855.8343.73
Hex766C6908B36e62c
Octal166154151010136616654
Binary1110110110110011010010100010111101101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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