#762826

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

Shades of Lusty #762826

Tints of Lusty #762826

Color information

#762826 (or 0x762826) is unknown color: approx Lusty. HEX triplet: 76, 28 and 26. RGB value is (118,40,38). Sum of RGB (Red+Green+Blue) = 118+40+38=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 38 (15.23% from 255 or 19.39% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #762826 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762826 is #89D7D9. Grayscale: #3F3F3F. Windows color (decimal): -9033690 or 2500726. OLE color: 2500726.

HSL color Cylindrical-coordinate representation of color #762826: hue angle of 1.5º 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 #762826 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB1184038-
CMYK00.660.680.54
HSL1.5º51.28%30.59%-
HSV(B)1.5º67.8%46.27%-
XYZ8.585.512.44-
YUV63.09113.84167.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.20%
GREEN value IS 40 (16.02% from 255) = 20.41%
BLUE value IS 38 (15.23% from 255) = 19.39%
R=60.20%
G=20.41%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118403800.660.680.541.551.2830.59
Hex76282604244362331f
Octal166504601021046626337
Binary11101101010001001100100001010001001101101011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762826; }

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

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

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

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

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

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

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

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