#762E28

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

Shades of Lusty #762E28

Tints of Lusty #762E28

Color information

#762E28 (or 0x762E28) is unknown color: approx Lusty. HEX triplet: 76, 2E and 28. RGB value is (118,46,40). Sum of RGB (Red+Green+Blue) = 118+46+40=204 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.84% from 204); Green value is 46 (18.36% from 255 or 22.55% from 204); Blue value is 40 (16.02% from 255 or 19.61% from 204); Max value from RGB is 118 - color contains mainly: red. Hex color #762E28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762E28 is #89D1D7. Grayscale: #424242. Windows color (decimal): -9032152 or 2633334. OLE color: 2633334.

HSL color Cylindrical-coordinate representation of color #762E28: hue angle of 4.62º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #762E28 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB1184640-
CMYK00.610.660.54
HSL4.62º49.37%30.98%-
HSV(B)4.62º66.1%46.27%-
XYZ8.835.962.69-
YUV66.84112.85164.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.84%
GREEN value IS 46 (18.36% from 255) = 22.55%
BLUE value IS 40 (16.02% from 255) = 19.61%
R=57.84%
G=22.55%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118464000.610.660.544.6249.3730.98
Hex762E2803D42365311f
Octal16656500751026656137
Binary11101101011101010000111101100001011011010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762E28; }

 p { color: rgb(118,46,40); }

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

<style>
 a { background-color: #762E28; }

 a { background-color: rgb(118,46,40); }

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

<style>
 span { border-color: #762E28; }

 span { border-color: rgb(118,46,40); }

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