#762A47

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

Shades of Flirt #762A47

Tints of Flirt #762A47

Color information

#762A47 (or 0x762A47) is unknown color: approx Flirt. HEX triplet: 76, 2A and 47. RGB value is (118,42,71). Sum of RGB (Red+Green+Blue) = 118+42+71=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 42 (16.80% from 255 or 18.18% from 231); Blue value is 71 (28.12% from 255 or 30.74% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #762A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762A47 is #89D5B8. Grayscale: #434343. Windows color (decimal): -9033145 or 4663926. OLE color: 4663926.

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

Color convert

RGB1184271-
CMYK00.640.400.54
HSL337.11º47.5%31.37%-
HSV(B)337.11º64.41%46.27%-
XYZ9.445.966.61-
YUV68.03129.68163.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.08%
GREEN value IS 42 (16.80% from 255) = 18.18%
BLUE value IS 71 (28.12% from 255) = 30.74%
R=51.08%
G=18.18%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118427100.640.400.54337.1147.531.37
Hex762A470402836151301f
Octal16652107010050665216037
Binary111011010101010001110100000010100011011010101000111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,42,71); }

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

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

 a { background-color: rgb(118,42,71); }

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

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

 span { border-color: rgb(118,42,71); }

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