#762C4A

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

Shades of Flirt #762C4A

Tints of Flirt #762C4A

Color information

#762C4A (or 0x762C4A) is unknown color: approx Flirt. HEX triplet: 76, 2C and 4A. RGB value is (118,44,74). Sum of RGB (Red+Green+Blue) = 118+44+74=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 44 (17.58% from 255 or 18.64% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #762C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762C4A is #89D3B5. Grayscale: #454545. Windows color (decimal): -9032630 or 4861046. OLE color: 4861046.

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

Color convert

RGB1184474-
CMYK00.630.370.54
HSL335.68º45.68%31.76%-
HSV(B)335.68º62.71%46.27%-
XYZ9.616.157.16-
YUV69.55130.52162.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50%
GREEN value IS 44 (17.58% from 255) = 18.64%
BLUE value IS 74 (29.30% from 255) = 31.36%
R=50%
G=18.64%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118447400.630.370.54335.6845.6831.76
Hex762C4A03F25361502e20
Octal1665411207745665205640
Binary111011010110010010100111111100101110110101010000101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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