#762C25

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

Shades of Lusty #762C25

Tints of Lusty #762C25

Color information

#762C25 (or 0x762C25) is unknown color: approx Lusty. HEX triplet: 76, 2C and 25. RGB value is (118,44,37). Sum of RGB (Red+Green+Blue) = 118+44+37=199 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.30% from 199); Green value is 44 (17.58% from 255 or 22.11% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 118 - color contains mainly: red. Hex color #762C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762C25 is #89D3DA. Grayscale: #414141. Windows color (decimal): -9032667 or 2436214. OLE color: 2436214.

HSL color Cylindrical-coordinate representation of color #762C25: hue angle of 5.19º degrees, saturation: 0.52, 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 #762C25 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB1184437-
CMYK00.630.690.54
HSL5.19º52.26%30.39%-
HSV(B)5.19º68.64%46.27%-
XYZ8.715.792.41-
YUV65.33112.02165.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 59.30%
GREEN value IS 44 (17.58% from 255) = 22.11%
BLUE value IS 37 (14.84% from 255) = 18.59%
R=59.30%
G=22.11%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118443700.630.690.545.1952.2630.39
Hex762C2503F45365341e
Octal16654450771056656436
Binary11101101011001001010111111100010111011010111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,44,37); }

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

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

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

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

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

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

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