#78605C

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

Shades of Russett #78605C

Tints of Russett #78605C

Color information

#78605C (or 0x78605C) is unknown color: approx Russett. HEX triplet: 78, 60 and 5C. RGB value is (120,96,92). Sum of RGB (Red+Green+Blue) = 120+96+92=308 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.96% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 120 - color contains mainly: red. Hex color #78605C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78605C is #879FA3. Grayscale: #666666. Windows color (decimal): -8888228 or 6054008. OLE color: 6054008.

HSL color Cylindrical-coordinate representation of color #78605C: hue angle of 8.57º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #78605C is Cyan = 0, Magento = 0.2, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB1209692-
CMYK00.20.230.53
HSL8.57º13.21%41.57%-
HSV(B)8.57º23.33%47.06%-
XYZ13.8613.1311.93-
YUV102.72121.95140.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.96%
GREEN value IS 96 (37.89% from 255) = 31.17%
BLUE value IS 92 (36.33% from 255) = 29.87%
R=38.96%
G=31.17%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120969200.20.230.538.5713.2141.57
Hex78605C01417359d2a
Octal1701401340242765111552
Binary1111000110000010111000101001011111010110011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,96,92); }

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

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

 a { background-color: rgb(120,96,92); }

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

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

 span { border-color: rgb(120,96,92); }

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