#762D27

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

Shades of Lusty #762D27

Tints of Lusty #762D27

Color information

#762D27 (or 0x762D27) is unknown color: approx Lusty. HEX triplet: 76, 2D and 27. RGB value is (118,45,39). Sum of RGB (Red+Green+Blue) = 118+45+39=202 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.42% from 202); Green value is 45 (17.97% from 255 or 22.28% from 202); Blue value is 39 (15.62% from 255 or 19.31% from 202); Max value from RGB is 118 - color contains mainly: red. Hex color #762D27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762D27 is #89D2D8. Grayscale: #424242. Windows color (decimal): -9032409 or 2567542. OLE color: 2567542.

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

Color convert

RGB1184539-
CMYK00.620.670.54
HSL4.56º50.32%30.78%-
HSV(B)4.56º66.95%46.27%-
XYZ8.785.872.59-
YUV66.14112.68164.99-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.42%
GREEN value IS 45 (17.97% from 255) = 22.28%
BLUE value IS 39 (15.62% from 255) = 19.31%
R=58.42%
G=22.28%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118453900.620.670.544.5650.3230.78
Hex762D2703E43365321f
Octal16655470761036656237
Binary11101101011011001110111110100001111011010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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