#762E4A

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

Shades of Flirt #762E4A

Tints of Flirt #762E4A

Color information

#762E4A (or 0x762E4A) is unknown color: approx Flirt. HEX triplet: 76, 2E and 4A. RGB value is (118,46,74). Sum of RGB (Red+Green+Blue) = 118+46+74=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 46 (18.36% from 255 or 19.33% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #762E4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762E4A is #89D1B5. Grayscale: #464646. Windows color (decimal): -9032118 or 4861558. OLE color: 4861558.

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

Color convert

RGB1184674-
CMYK00.610.370.54
HSL336.67º43.9%32.16%-
HSV(B)336.67º61.02%46.27%-
XYZ9.686.37.18-
YUV70.72129.85161.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.58%
GREEN value IS 46 (18.36% from 255) = 19.33%
BLUE value IS 74 (29.30% from 255) = 31.09%
R=49.58%
G=19.33%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118467400.610.370.54336.6743.932.16
Hex762E4A03D25361512c20
Octal1665611207545665215440
Binary111011010111010010100111101100101110110101010001101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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