#762E2C

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

Shades of Lusty #762E2C

Tints of Lusty #762E2C

Color information

#762E2C (or 0x762E2C) is unknown color: approx Lusty. HEX triplet: 76, 2E and 2C. RGB value is (118,46,44). Sum of RGB (Red+Green+Blue) = 118+46+44=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 46 (18.36% from 255 or 22.12% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #762E2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762E2C is #89D1D3. Grayscale: #434343. Windows color (decimal): -9032148 or 2895478. OLE color: 2895478.

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

Color convert

RGB1184644-
CMYK00.610.630.54
HSL1.62º45.68%31.76%-
HSV(B)1.62º62.71%46.27%-
XYZ8.95.993.07-
YUV67.3114.85164.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.73%
GREEN value IS 46 (18.36% from 255) = 22.12%
BLUE value IS 44 (17.58% from 255) = 21.15%
R=56.73%
G=22.12%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118464400.610.630.541.6245.6831.76
Hex762E2C03D3F3622e20
Octal1665654075776625640
Binary1110110101110101100011110111111111011010101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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