#782F27

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

Shades of Lusty #782F27

Tints of Lusty #782F27

Color information

#782F27 (or 0x782F27) is unknown color: approx Lusty. HEX triplet: 78, 2F and 27. RGB value is (120,47,39). Sum of RGB (Red+Green+Blue) = 120+47+39=206 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.25% from 206); Green value is 47 (18.75% from 255 or 22.82% from 206); Blue value is 39 (15.62% from 255 or 18.93% from 206); Max value from RGB is 120 - color contains mainly: red. Hex color #782F27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782F27 is #87D0D8. Grayscale: #444444. Windows color (decimal): -8900825 or 2568056. OLE color: 2568056.

HSL color Cylindrical-coordinate representation of color #782F27: hue angle of 5.93º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #782F27 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB1204739-
CMYK00.610.670.53
HSL5.93º50.94%31.18%-
HSV(B)5.93º67.5%47.06%-
XYZ9.136.172.63-
YUV67.91111.68165.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 58.25%
GREEN value IS 47 (18.75% from 255) = 22.82%
BLUE value IS 39 (15.62% from 255) = 18.93%
R=58.25%
G=22.82%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120473900.610.670.535.9350.9431.18
Hex782F2703D43356331f
Octal17057470751036566337
Binary11110001011111001110111101100001111010111011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782F27; }

 p { color: rgb(120,47,39); }

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

<style>
 a { background-color: #782F27; }

 a { background-color: rgb(120,47,39); }

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

<style>
 span { border-color: #782F27; }

 span { border-color: rgb(120,47,39); }

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