#76645E

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

Shades of Russett #76645E

Tints of Russett #76645E

Color information

#76645E (or 0x76645E) is unknown color: approx Russett. HEX triplet: 76, 64 and 5E. RGB value is (118,100,94). Sum of RGB (Red+Green+Blue) = 118+100+94=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 118 - color contains mainly: red. Hex color #76645E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76645E is #899BA1. Grayscale: #686868. Windows color (decimal): -9018274 or 6186102. OLE color: 6186102.

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

Color convert

RGB11810094-
CMYK00.150.200.54
HSL15º11.32%41.57%-
HSV(B)15º20.34%46.27%-
XYZ14.0513.7712.51-
YUV104.7121.96137.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.82%
GREEN value IS 100 (39.45% from 255) = 32.05%
BLUE value IS 94 (37.11% from 255) = 30.13%
R=37.82%
G=32.05%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181009400.150.200.541511.3241.57
Hex76645E0F1436fb2a
Octal1661441360172466171352
Binary111011011001001011110011111010011011011111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76645E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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