#78302E

Color #78302E Lusty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lusty #78302E

Tints of Lusty #78302E

Color information

#78302E (or 0x78302E) is unknown color: approx Lusty. HEX triplet: 78, 30 and 2E. RGB value is (120,48,46). Sum of RGB (Red+Green+Blue) = 120+48+46=214 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.07% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 46 (18.36% from 255 or 21.50% from 214); Max value from RGB is 120 - color contains mainly: red. Hex color #78302E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78302E is #87CFD1. Grayscale: #454545. Windows color (decimal): -8900562 or 3027064. OLE color: 3027064.

HSL color Cylindrical-coordinate representation of color #78302E: hue angle of 1.62º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #78302E is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB1204846-
CMYK00.600.620.53
HSL1.62º44.58%32.55%-
HSV(B)1.62º61.67%47.06%-
XYZ9.36.33.31-
YUV69.3114.85164.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 56.07%
GREEN value IS 48 (19.14% from 255) = 22.43%
BLUE value IS 46 (18.36% from 255) = 21.50%
R=56.07%
G=22.43%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120484600.600.620.531.6244.5832.55
Hex78302E03C3E3522d21
Octal1706056074766525541
Binary1111000110000101110011110011111011010110101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78302E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78302E; }

 p { color: rgb(120,48,46); }

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

<style>
 a { background-color: #78302E; }

 a { background-color: rgb(120,48,46); }

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

<style>
 span { border-color: #78302E; }

 span { border-color: rgb(120,48,46); }

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