#762C2C

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

Shades of Lusty #762C2C

Tints of Lusty #762C2C

Color information

#762C2C (or 0x762C2C) is unknown color: approx Lusty. HEX triplet: 76, 2C and 2C. RGB value is (118,44,44). Sum of RGB (Red+Green+Blue) = 118+44+44=206 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.28% from 206); Green value is 44 (17.58% from 255 or 21.36% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 118 - color contains mainly: red. Hex color #762C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762C2C is #89D3D3. Grayscale: #424242. Windows color (decimal): -9032660 or 2894966. OLE color: 2894966.

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

Color convert

RGB1184444-
CMYK00.630.630.54
HSL45.68%31.76%-
HSV(B)62.71%46.27%-
XYZ8.835.833.04-
YUV66.13115.52165-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.28%
GREEN value IS 44 (17.58% from 255) = 21.36%
BLUE value IS 44 (17.58% from 255) = 21.36%
R=57.28%
G=21.36%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118444400.630.630.54045.6831.76
Hex762C2C03F3F3602e20
Octal1665454077776605640
Binary111011010110010110001111111111111101100101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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