#762D2B

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

Shades of Lusty #762D2B

Tints of Lusty #762D2B

Color information

#762D2B (or 0x762D2B) is unknown color: approx Lusty. HEX triplet: 76, 2D and 2B. RGB value is (118,45,43). Sum of RGB (Red+Green+Blue) = 118+45+43=206 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.28% from 206); Green value is 45 (17.97% from 255 or 21.84% from 206); Blue value is 43 (17.19% from 255 or 20.87% from 206); Max value from RGB is 118 - color contains mainly: red. Hex color #762D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762D2B is #89D2D4. Grayscale: #424242. Windows color (decimal): -9032405 or 2829686. OLE color: 2829686.

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

Color convert

RGB1184543-
CMYK00.620.640.54
HSL1.6º46.58%31.57%-
HSV(B)1.6º63.56%46.27%-
XYZ8.855.92.96-
YUV66.6114.68164.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.28%
GREEN value IS 45 (17.97% from 255) = 21.84%
BLUE value IS 43 (17.19% from 255) = 20.87%
R=57.28%
G=21.84%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118454300.620.640.541.646.5831.57
Hex762D2B03E403622f20
Octal16655530761006625740
Binary11101101011011010110111110100000011011010101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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