#766964

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

Shades of Russett #766964

Tints of Russett #766964

Color information

#766964 (or 0x766964) is unknown color: approx Russett. HEX triplet: 76, 69 and 64. RGB value is (118,105,100). Sum of RGB (Red+Green+Blue) = 118+105+100=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 105 (41.41% from 255 or 32.51% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 118 - color contains mainly: red. Hex color #766964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766964 is #89969B. Grayscale: #6C6C6C. Windows color (decimal): -9016988 or 6580598. OLE color: 6580598.

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

Color convert

RGB118105100-
CMYK00.110.150.54
HSL16.67º8.26%42.75%-
HSV(B)16.67º15.25%46.27%-
XYZ14.8214.8714.15-
YUV108.32123.31134.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.53%
GREEN value IS 105 (41.41% from 255) = 32.51%
BLUE value IS 100 (39.45% from 255) = 30.96%
R=36.53%
G=32.51%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810510000.110.150.5416.678.2642.75
Hex7669640BF361182b
Octal1661511440131766211053
Binary111011011010011100100010111111110110100011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766964; }

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

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

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

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

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

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

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

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