#763957

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

Shades of Flirt #763957

Tints of Flirt #763957

Color information

#763957 (or 0x763957) is unknown color: approx Flirt. HEX triplet: 76, 39 and 57. RGB value is (118,57,87). Sum of RGB (Red+Green+Blue) = 118+57+87=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 87 (34.38% from 255 or 33.21% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #763957 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763957 is #89C6A8. Grayscale: #4E4E4E. Windows color (decimal): -9029289 or 5716342. OLE color: 5716342.

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

Color convert

RGB1185787-
CMYK00.520.260.54
HSL330.49º34.86%34.31%-
HSV(B)330.49º51.69%46.27%-
XYZ10.657.479.9-
YUV78.66132.71156.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.04%
GREEN value IS 57 (22.66% from 255) = 21.76%
BLUE value IS 87 (34.38% from 255) = 33.21%
R=45.04%
G=21.76%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118578700.520.260.54330.4934.8634.31
Hex7639570341A3614a2322
Octal1667112706432665124342
Binary11101101110011010111011010011010110110101001010100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763957; }

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

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

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

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

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

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

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

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