#762D4F

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

Shades of Flirt #762D4F

Tints of Flirt #762D4F

Color information

#762D4F (or 0x762D4F) is unknown color: approx Flirt. HEX triplet: 76, 2D and 4F. RGB value is (118,45,79). Sum of RGB (Red+Green+Blue) = 118+45+79=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #762D4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762D4F is #89D2B0. Grayscale: #464646. Windows color (decimal): -9032369 or 5188982. OLE color: 5188982.

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

Color convert

RGB1184579-
CMYK00.620.330.54
HSL332.05º44.79%31.96%-
HSV(B)332.05º61.86%46.27%-
XYZ9.826.298.09-
YUV70.7132.68161.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.76%
GREEN value IS 45 (17.97% from 255) = 18.60%
BLUE value IS 79 (31.25% from 255) = 32.64%
R=48.76%
G=18.60%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118457900.620.330.54332.0544.7931.96
Hex762D4F03E213614c2d20
Octal1665511707641665145540
Binary111011010110110011110111110100001110110101001100101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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