#762E49

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

Shades of Flirt #762E49

Tints of Flirt #762E49

Color information

#762E49 (or 0x762E49) is unknown color: approx Flirt. HEX triplet: 76, 2E and 49. RGB value is (118,46,73). Sum of RGB (Red+Green+Blue) = 118+46+73=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 46 (18.36% from 255 or 19.41% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #762E49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762E49 is #89D1B6. Grayscale: #464646. Windows color (decimal): -9032119 or 4796022. OLE color: 4796022.

HSL color Cylindrical-coordinate representation of color #762E49: hue angle of 337.5º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #762E49 is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB1184673-
CMYK00.610.380.54
HSL337.5º43.9%32.16%-
HSV(B)337.5º61.02%46.27%-
XYZ9.656.297.01-
YUV70.61129.35161.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.79%
GREEN value IS 46 (18.36% from 255) = 19.41%
BLUE value IS 73 (28.91% from 255) = 30.80%
R=49.79%
G=19.41%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118467300.610.380.54337.543.932.16
Hex762E4903D26361522c20
Octal1665611107546665225440
Binary111011010111010010010111101100110110110101010010101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,46,73); }

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

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

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

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

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

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

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