#762626

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

Shades of Lusty #762626

Tints of Lusty #762626

Color information

#762626 (or 0x762626) is unknown color: approx Lusty. HEX triplet: 76, 26 and 26. RGB value is (118,38,38). Sum of RGB (Red+Green+Blue) = 118+38+38=194 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.82% from 194); Green value is 38 (15.23% from 255 or 19.59% from 194); Blue value is 38 (15.23% from 255 or 19.59% from 194); Max value from RGB is 118 - color contains mainly: red. Hex color #762626 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762626 is #89D9D9. Grayscale: #3D3D3D. Windows color (decimal): -9034202 or 2500214. OLE color: 2500214.

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

Color convert

RGB1183838-
CMYK00.680.680.54
HSL51.28%30.59%-
HSV(B)67.8%46.27%-
XYZ8.515.382.42-
YUV61.92114.5168-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.82%
GREEN value IS 38 (15.23% from 255) = 19.59%
BLUE value IS 38 (15.23% from 255) = 19.59%
R=60.82%
G=19.59%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118383800.680.680.54051.2830.59
Hex76262604444360331f
Octal166464601041046606337
Binary1110110100110100110010001001000100110110011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762626; }

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

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

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

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

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

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

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

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