#76645F

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

Shades of Russett #76645F

Tints of Russett #76645F

Color information

#76645F (or 0x76645F) is unknown color: approx Russett. HEX triplet: 76, 64 and 5F. RGB value is (118,100,95). Sum of RGB (Red+Green+Blue) = 118+100+95=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 118 - color contains mainly: red. Hex color #76645F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76645F is #899BA0. Grayscale: #686868. Windows color (decimal): -9018273 or 6251638. OLE color: 6251638.

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

Color convert

RGB11810095-
CMYK00.150.190.54
HSL13.04º10.8%41.76%-
HSV(B)13.04º19.49%46.27%-
XYZ14.0913.7912.75-
YUV104.81122.46137.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.70%
GREEN value IS 100 (39.45% from 255) = 31.95%
BLUE value IS 95 (37.5% from 255) = 30.35%
R=37.70%
G=31.95%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181009500.150.190.5413.0410.841.76
Hex76645F0F1336db2a
Octal1661441370172366151352
Binary111011011001001011111011111001111011011011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76645F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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