#76655E

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

Shades of Russett #76655E

Tints of Russett #76655E

Color information

#76655E (or 0x76655E) is unknown color: approx Russett. HEX triplet: 76, 65 and 5E. RGB value is (118,101,94). Sum of RGB (Red+Green+Blue) = 118+101+94=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 118 - color contains mainly: red. Hex color #76655E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76655E is #899AA1. Grayscale: #696969. Windows color (decimal): -9018018 or 6186358. OLE color: 6186358.

HSL color Cylindrical-coordinate representation of color #76655E: hue angle of 17.5º 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 #76655E is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB11810194-
CMYK00.140.200.54
HSL17.5º11.32%41.57%-
HSV(B)17.5º20.34%46.27%-
XYZ14.1513.9712.54-
YUV105.28121.63137.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.70%
GREEN value IS 101 (39.84% from 255) = 32.27%
BLUE value IS 94 (37.11% from 255) = 30.03%
R=37.70%
G=32.27%
B=30.03%

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
Decimal1181019400.140.200.5417.511.3241.57
Hex76655E0E143612b2a
Octal1661451360162466221352
Binary1110110110010110111100111010100110110100101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76655E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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