#762727

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

Shades of Lusty #762727

Tints of Lusty #762727

Color information

#762727 (or 0x762727) is unknown color: approx Lusty. HEX triplet: 76, 27 and 27. RGB value is (118,39,39). Sum of RGB (Red+Green+Blue) = 118+39+39=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 39 (15.62% from 255 or 19.90% from 196); Blue value is 39 (15.62% from 255 or 19.90% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #762727 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762727 is #89D8D8. Grayscale: #3E3E3E. Windows color (decimal): -9033945 or 2566006. OLE color: 2566006.

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

Color convert

RGB1183939-
CMYK00.670.670.54
HSL50.32%30.78%-
HSV(B)66.95%46.27%-
XYZ8.565.452.52-
YUV62.62114.67167.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.20%
GREEN value IS 39 (15.62% from 255) = 19.90%
BLUE value IS 39 (15.62% from 255) = 19.90%
R=60.20%
G=19.90%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118393900.670.670.54050.3230.78
Hex76272704343360321f
Octal166474701031036606237
Binary1110110100111100111010000111000011110110011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762727; }

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

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

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

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

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

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

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

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