#762D26

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

Shades of Lusty #762D26

Tints of Lusty #762D26

Color information

#762D26 (or 0x762D26) is unknown color: approx Lusty. HEX triplet: 76, 2D and 26. RGB value is (118,45,38). Sum of RGB (Red+Green+Blue) = 118+45+38=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 45 (17.97% from 255 or 22.39% from 201); Blue value is 38 (15.23% from 255 or 18.91% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #762D26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762D26 is #89D2D9. Grayscale: #424242. Windows color (decimal): -9032410 or 2502006. OLE color: 2502006.

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

Color convert

RGB1184538-
CMYK00.620.680.54
HSL5.25º51.28%30.59%-
HSV(B)5.25º67.8%46.27%-
XYZ8.765.872.5-
YUV66.03112.18165.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.71%
GREEN value IS 45 (17.97% from 255) = 22.39%
BLUE value IS 38 (15.23% from 255) = 18.91%
R=58.71%
G=22.39%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118453800.620.680.545.2551.2830.59
Hex762D2603E44365331f
Octal16655460761046656337
Binary11101101011011001100111110100010011011010111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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