#762857

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

Shades of Flirt #762857

Tints of Flirt #762857

Color information

#762857 (or 0x762857) is unknown color: approx Flirt. HEX triplet: 76, 28 and 57. RGB value is (118,40,87). Sum of RGB (Red+Green+Blue) = 118+40+87=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 87 (34.38% from 255 or 35.51% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #762857 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762857 is #89D7A8. Grayscale: #444444. Windows color (decimal): -9033641 or 5711990. OLE color: 5711990.

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

Color convert

RGB1184087-
CMYK00.660.260.54
HSL323.85º49.37%30.98%-
HSV(B)323.85º66.1%46.27%-
XYZ9.956.069.66-
YUV68.68138.34163.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.16%
GREEN value IS 40 (16.02% from 255) = 16.33%
BLUE value IS 87 (34.38% from 255) = 35.51%
R=48.16%
G=16.33%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118408700.660.260.54323.8549.3730.98
Hex7628570421A36144311f
Octal16650127010232665046137
Binary11101101010001010111010000101101011011010100010011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762857; }

 p { color: rgb(118,40,87); }

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

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

 a { background-color: rgb(118,40,87); }

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

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

 span { border-color: rgb(118,40,87); }

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