#752657

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

Shades of Flirt #752657

Tints of Flirt #752657

Color information

#752657 (or 0x752657) is unknown color: approx Flirt. HEX triplet: 75, 26 and 57. RGB value is (117,38,87). Sum of RGB (Red+Green+Blue) = 117+38+87=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 87 (34.38% from 255 or 35.95% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #752657 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752657 is #8AD9A8. Grayscale: #434343. Windows color (decimal): -9099689 or 5711477. OLE color: 5711477.

HSL color Cylindrical-coordinate representation of color #752657: hue angle of 322.78º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #752657 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB1173887-
CMYK00.680.260.54
HSL322.78º50.97%30.39%-
HSV(B)322.78º67.52%45.88%-
XYZ9.755.869.63-
YUV67.21139.17163.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.35%
GREEN value IS 38 (15.23% from 255) = 15.70%
BLUE value IS 87 (34.38% from 255) = 35.95%
R=48.35%
G=15.70%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117388700.680.260.54322.7850.9730.39
Hex7526570441A36143331e
Octal16546127010432665036336
Binary11101011001101010111010001001101011011010100001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752657; }

 p { color: rgb(117,38,87); }

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

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

 a { background-color: rgb(117,38,87); }

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

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

 span { border-color: rgb(117,38,87); }

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