#762B28

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

Shades of Lusty #762B28

Tints of Lusty #762B28

Color information

#762B28 (or 0x762B28) is unknown color: approx Lusty. HEX triplet: 76, 2B and 28. RGB value is (118,43,40). Sum of RGB (Red+Green+Blue) = 118+43+40=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 43 (17.19% from 255 or 21.39% from 201); Blue value is 40 (16.02% from 255 or 19.90% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #762B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762B28 is #89D4D7. Grayscale: #414141. Windows color (decimal): -9032920 or 2632566. OLE color: 2632566.

HSL color Cylindrical-coordinate representation of color #762B28: hue angle of 2.31º 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 #762B28 is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB1184340-
CMYK00.640.660.54
HSL2.31º49.37%30.98%-
HSV(B)2.31º66.1%46.27%-
XYZ8.725.732.65-
YUV65.08113.85165.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.71%
GREEN value IS 43 (17.19% from 255) = 21.39%
BLUE value IS 40 (16.02% from 255) = 19.90%
R=58.71%
G=21.39%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118434000.640.660.542.3149.3730.98
Hex762B2804042362311f
Octal166535001001026626137
Binary11101101010111010000100000010000101101101011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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