#76665E

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

Shades of Russett #76665E

Tints of Russett #76665E

Color information

#76665E (or 0x76665E) is unknown color: approx Russett. HEX triplet: 76, 66 and 5E. RGB value is (118,102,94). Sum of RGB (Red+Green+Blue) = 118+102+94=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 118 - color contains mainly: red. Hex color #76665E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76665E is #8999A1. Grayscale: #696969. Windows color (decimal): -9017762 or 6186614. OLE color: 6186614.

HSL color Cylindrical-coordinate representation of color #76665E: hue angle of 20º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #76665E is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB11810294-
CMYK00.140.200.54
HSL20º11.32%41.57%-
HSV(B)20º20.34%46.27%-
XYZ14.2414.1612.57-
YUV105.87121.3136.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.58%
GREEN value IS 102 (40.23% from 255) = 32.48%
BLUE value IS 94 (37.11% from 255) = 29.94%
R=37.58%
G=32.48%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181029400.140.200.542011.3241.57
Hex76665E0E143614b2a
Octal1661461360162466241352
Binary1110110110011010111100111010100110110101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76665E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76665E; }

 p { color: rgb(118,102,94); }

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

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

 a { background-color: rgb(118,102,94); }

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

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

 span { border-color: rgb(118,102,94); }

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