#762F28

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

Shades of Lusty #762F28

Tints of Lusty #762F28

Color information

#762F28 (or 0x762F28) is unknown color: approx Lusty. HEX triplet: 76, 2F and 28. RGB value is (118,47,40). Sum of RGB (Red+Green+Blue) = 118+47+40=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 47 (18.75% from 255 or 22.93% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #762F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762F28 is #89D0D7. Grayscale: #434343. Windows color (decimal): -9031896 or 2633590. OLE color: 2633590.

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

Color convert

RGB1184740-
CMYK00.600.660.54
HSL5.38º49.37%30.98%-
HSV(B)5.38º66.1%46.27%-
XYZ8.876.042.71-
YUV67.43112.52164.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.56%
GREEN value IS 47 (18.75% from 255) = 22.93%
BLUE value IS 40 (16.02% from 255) = 19.51%
R=57.56%
G=22.93%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118474000.600.660.545.3849.3730.98
Hex762F2803C42365311f
Octal16657500741026656137
Binary11101101011111010000111100100001011011010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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