#765C54

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

Shades of Russett #765C54

Tints of Russett #765C54

Color information

#765C54 (or 0x765C54) is unknown color: approx Russett. HEX triplet: 76, 5C and 54. RGB value is (118,92,84). Sum of RGB (Red+Green+Blue) = 118+92+84=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 92 (36.33% from 255 or 31.29% from 294); Blue value is 84 (33.20% from 255 or 28.57% from 294); Max value from RGB is 118 - color contains mainly: red. Hex color #765C54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765C54 is #89A3AB. Grayscale: #626262. Windows color (decimal): -9020332 or 5528694. OLE color: 5528694.

HSL color Cylindrical-coordinate representation of color #765C54: hue angle of 14.12º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #765C54 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB1189284-
CMYK00.220.290.54
HSL14.12º16.83%39.61%-
HSV(B)14.12º28.81%46.27%-
XYZ12.912.1510.05-
YUV98.86119.61141.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.14%
GREEN value IS 92 (36.33% from 255) = 31.29%
BLUE value IS 84 (33.20% from 255) = 28.57%
R=40.14%
G=31.29%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118928400.220.290.5414.1216.8339.61
Hex765C540161D36e1128
Octal1661341240263566162150
Binary11101101011100101010001011011101110110111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765C54; }

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

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

<style>
 a { background-color: #765C54; }

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

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

<style>
 span { border-color: #765C54; }

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

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