#762925

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

Shades of Lusty #762925

Tints of Lusty #762925

Color information

#762925 (or 0x762925) is unknown color: approx Lusty. HEX triplet: 76, 29 and 25. RGB value is (118,41,37). Sum of RGB (Red+Green+Blue) = 118+41+37=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 37 (14.84% from 255 or 18.88% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #762925 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762925 is #89D6DA. Grayscale: #3F3F3F. Windows color (decimal): -9033435 or 2435446. OLE color: 2435446.

HSL color Cylindrical-coordinate representation of color #762925: hue angle of 2.96º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #762925 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB1184137-
CMYK00.650.690.54
HSL2.96º52.26%30.39%-
HSV(B)2.96º68.64%46.27%-
XYZ8.65.572.37-
YUV63.57113.01166.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.20%
GREEN value IS 41 (16.41% from 255) = 20.92%
BLUE value IS 37 (14.84% from 255) = 18.88%
R=60.20%
G=20.92%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118413700.650.690.542.9652.2630.39
Hex76292504145363341e
Octal166514501011056636436
Binary11101101010011001010100000110001011101101111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762925; }

 p { color: rgb(118,41,37); }

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

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

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

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

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

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

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