#762929

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

Shades of Lusty #762929

Tints of Lusty #762929

Color information

#762929 (or 0x762929) is unknown color: approx Lusty. HEX triplet: 76, 29 and 29. RGB value is (118,41,41). Sum of RGB (Red+Green+Blue) = 118+41+41=200 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59% from 200); Green value is 41 (16.41% from 255 or 20.5% from 200); Blue value is 41 (16.41% from 255 or 20.5% from 200); Max value from RGB is 118 - color contains mainly: red. Hex color #762929 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762929 is #89D6D6. Grayscale: #404040. Windows color (decimal): -9033431 or 2697590. OLE color: 2697590.

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

Color convert

RGB1184141-
CMYK00.650.650.54
HSL48.43%31.18%-
HSV(B)65.25%46.27%-
XYZ8.665.62.72-
YUV64.02115.01166.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 59%
GREEN value IS 41 (16.41% from 255) = 20.5%
BLUE value IS 41 (16.41% from 255) = 20.5%
R=59%
G=20.5%
B=20.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118414100.650.650.54048.4331.18
Hex76292904141360301f
Octal166515101011016606037
Binary1110110101001101001010000011000001110110011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762929; }

 p { color: rgb(118,41,41); }

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

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

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

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

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

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

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