#762B24

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

Shades of Lusty #762B24

Tints of Lusty #762B24

Color information

#762B24 (or 0x762B24) is unknown color: approx Lusty. HEX triplet: 76, 2B and 24. RGB value is (118,43,36). Sum of RGB (Red+Green+Blue) = 118+43+36=197 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.90% from 197); Green value is 43 (17.19% from 255 or 21.83% from 197); Blue value is 36 (14.45% from 255 or 18.27% from 197); Max value from RGB is 118 - color contains mainly: red. Hex color #762B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762B24 is #89D4DB. Grayscale: #404040. Windows color (decimal): -9032924 or 2370422. OLE color: 2370422.

HSL color Cylindrical-coordinate representation of color #762B24: hue angle of 5.12º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #762B24 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB1184336-
CMYK00.640.690.54
HSL5.12º53.25%30.2%-
HSV(B)5.12º69.49%46.27%-
XYZ8.655.712.31-
YUV64.63111.85166.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 59.90%
GREEN value IS 43 (17.19% from 255) = 21.83%
BLUE value IS 36 (14.45% from 255) = 18.27%
R=59.90%
G=21.83%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118433600.640.690.545.1253.2530.2
Hex762B2404045365351e
Octal166534401001056656536
Binary111011010101110010001000000100010111011010111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,43,36); }

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

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

 a { background-color: rgb(118,43,36); }

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

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

 span { border-color: rgb(118,43,36); }

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