#762B4D

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

Shades of Flirt #762B4D

Tints of Flirt #762B4D

Color information

#762B4D (or 0x762B4D) is unknown color: approx Flirt. HEX triplet: 76, 2B and 4D. RGB value is (118,43,77). Sum of RGB (Red+Green+Blue) = 118+43+77=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 43 (17.19% from 255 or 18.07% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #762B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762B4D is #89D4B2. Grayscale: #454545. Windows color (decimal): -9032883 or 5057398. OLE color: 5057398.

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

Color convert

RGB1184377-
CMYK00.640.350.54
HSL332.8º46.58%31.57%-
HSV(B)332.8º63.56%46.27%-
XYZ9.676.127.69-
YUV69.3132.35162.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.58%
GREEN value IS 43 (17.19% from 255) = 18.07%
BLUE value IS 77 (30.47% from 255) = 32.35%
R=49.58%
G=18.07%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118437700.640.350.54332.846.5831.57
Hex762B4D040233614d2f20
Octal16653115010043665155740
Binary1110110101011100110101000000100011110110101001101101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,43,77); }

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

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

 a { background-color: rgb(118,43,77); }

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

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

 span { border-color: rgb(118,43,77); }

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