#762E4F

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

Shades of Flirt #762E4F

Tints of Flirt #762E4F

Color information

#762E4F (or 0x762E4F) is unknown color: approx Flirt. HEX triplet: 76, 2E and 4F. RGB value is (118,46,79). Sum of RGB (Red+Green+Blue) = 118+46+79=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 46 (18.36% from 255 or 18.93% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #762E4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762E4F is #89D1B0. Grayscale: #474747. Windows color (decimal): -9032113 or 5189238. OLE color: 5189238.

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

Color convert

RGB1184679-
CMYK00.610.330.54
HSL332.5º43.9%32.16%-
HSV(B)332.5º61.02%46.27%-
XYZ9.866.378.11-
YUV71.29132.35161.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.56%
GREEN value IS 46 (18.36% from 255) = 18.93%
BLUE value IS 79 (31.25% from 255) = 32.51%
R=48.56%
G=18.93%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118467900.610.330.54332.543.932.16
Hex762E4F03D213614c2c20
Octal1665611707541665145440
Binary111011010111010011110111101100001110110101001100101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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