#78461B

Color #78461B Russet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Russet #78461B

Tints of Russet #78461B

Color information

#78461B (or 0x78461B) is unknown color: approx Russet. HEX triplet: 78, 46 and 1B. RGB value is (120,70,27). Sum of RGB (Red+Green+Blue) = 120+70+27=217 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.30% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 27 (10.94% from 255 or 12.44% from 217); Max value from RGB is 120 - color contains mainly: red. Hex color #78461B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78461B is #87B9E4. Grayscale: #505050. Windows color (decimal): -8894949 or 1787512. OLE color: 1787512.

HSL color Cylindrical-coordinate representation of color #78461B: hue angle of 27.74º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #78461B is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB1207027-
CMYK00.420.780.53
HSL27.74º63.27%28.82%-
HSV(B)27.74º77.5%47.06%-
XYZ10.138.452.13-
YUV80.0598.06156.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 55.30%
GREEN value IS 70 (27.73% from 255) = 32.26%
BLUE value IS 27 (10.94% from 255) = 12.44%
R=55.30%
G=32.26%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120702700.420.780.5327.7463.2728.82
Hex78461B02A4E351c3f1d
Octal1701063305211665347735
Binary1111000100011011011010101010011101101011110011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78461B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78461B; }

 p { color: rgb(120,70,27); }

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

<style>
 a { background-color: #78461B; }

 a { background-color: rgb(120,70,27); }

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

<style>
 span { border-color: #78461B; }

 span { border-color: rgb(120,70,27); }

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