#76645C

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

Shades of Russett #76645C

Tints of Russett #76645C

Color information

#76645C (or 0x76645C) is unknown color: approx Russett. HEX triplet: 76, 64 and 5C. RGB value is (118,100,92). Sum of RGB (Red+Green+Blue) = 118+100+92=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 118 - color contains mainly: red. Hex color #76645C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76645C is #899BA3. Grayscale: #686868. Windows color (decimal): -9018276 or 6055030. OLE color: 6055030.

HSL color Cylindrical-coordinate representation of color #76645C: hue angle of 18.46º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #76645C is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB11810092-
CMYK00.150.220.54
HSL18.46º12.38%41.18%-
HSV(B)18.46º22.03%46.27%-
XYZ13.9613.7412.04-
YUV104.47120.96137.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.06%
GREEN value IS 100 (39.45% from 255) = 32.26%
BLUE value IS 92 (36.33% from 255) = 29.68%
R=38.06%
G=32.26%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181009200.150.220.5418.4612.3841.18
Hex76645C0F163612c29
Octal1661441340172666221451
Binary1110110110010010111000111110110110110100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76645C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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