#762A21

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

Shades of Lusty #762A21

Tints of Lusty #762A21

Color information

#762A21 (or 0x762A21) is unknown color: approx Lusty. HEX triplet: 76, 2A and 21. RGB value is (118,42,33). Sum of RGB (Red+Green+Blue) = 118+42+33=193 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.14% from 193); Green value is 42 (16.80% from 255 or 21.76% from 193); Blue value is 33 (13.28% from 255 or 17.10% from 193); Max value from RGB is 118 - color contains mainly: red. Hex color #762A21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762A21 is #89D5DE. Grayscale: #3F3F3F. Windows color (decimal): -9033183 or 2173558. OLE color: 2173558.

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

Color convert

RGB1184233-
CMYK00.640.720.54
HSL6.35º56.29%29.61%-
HSV(B)6.35º72.03%46.27%-
XYZ8.575.622.07-
YUV63.7110.68166.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.14%
GREEN value IS 42 (16.80% from 255) = 21.76%
BLUE value IS 33 (13.28% from 255) = 17.10%
R=61.14%
G=21.76%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118423300.640.720.546.3556.2929.61
Hex762A2104048366381e
Octal166524101001106667036
Binary111011010101010000101000000100100011011011011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,42,33); }

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

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

 a { background-color: rgb(118,42,33); }

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

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

 span { border-color: rgb(118,42,33); }

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