#762F29

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

Shades of Lusty #762F29

Tints of Lusty #762F29

Color information

#762F29 (or 0x762F29) is unknown color: approx Lusty. HEX triplet: 76, 2F and 29. RGB value is (118,47,41). Sum of RGB (Red+Green+Blue) = 118+47+41=206 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.28% from 206); Green value is 47 (18.75% from 255 or 22.82% from 206); Blue value is 41 (16.41% from 255 or 19.90% from 206); Max value from RGB is 118 - color contains mainly: red. Hex color #762F29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762F29 is #89D0D6. Grayscale: #434343. Windows color (decimal): -9031895 or 2699126. OLE color: 2699126.

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

Color convert

RGB1184741-
CMYK00.600.650.54
HSL4.68º48.43%31.18%-
HSV(B)4.68º65.25%46.27%-
XYZ8.896.042.8-
YUV67.54113.02163.99-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.28%
GREEN value IS 47 (18.75% from 255) = 22.82%
BLUE value IS 41 (16.41% from 255) = 19.90%
R=57.28%
G=22.82%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118474100.600.650.544.6848.4331.18
Hex762F2903C41365301f
Octal16657510741016656037
Binary11101101011111010010111100100000111011010111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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