#763857

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

Shades of Flirt #763857

Tints of Flirt #763857

Color information

#763857 (or 0x763857) is unknown color: approx Flirt. HEX triplet: 76, 38 and 57. RGB value is (118,56,87). Sum of RGB (Red+Green+Blue) = 118+56+87=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 87 (34.38% from 255 or 33.33% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #763857 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763857 is #89C7A8. Grayscale: #4E4E4E. Windows color (decimal): -9029545 or 5716086. OLE color: 5716086.

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

Color convert

RGB1185687-
CMYK00.530.260.54
HSL330º35.63%34.12%-
HSV(B)330º52.54%46.27%-
XYZ10.617.379.88-
YUV78.07133.04156.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.21%
GREEN value IS 56 (22.27% from 255) = 21.46%
BLUE value IS 87 (34.38% from 255) = 33.33%
R=45.21%
G=21.46%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118568700.530.260.5433035.6334.12
Hex7638570351A3614a2422
Octal1667012706532665124442
Binary11101101110001010111011010111010110110101001010100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763857; }

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

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

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

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

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

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

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

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