#763556

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

Shades of Flirt #763556

Tints of Flirt #763556

Color information

#763556 (or 0x763556) is unknown color: approx Flirt. HEX triplet: 76, 35 and 56. RGB value is (118,53,86). Sum of RGB (Red+Green+Blue) = 118+53+86=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 86 (33.98% from 255 or 33.46% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #763556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763556 is #89CAA9. Grayscale: #4C4C4C. Windows color (decimal): -9030314 or 5649782. OLE color: 5649782.

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

Color convert

RGB1185386-
CMYK00.550.270.54
HSL329.54º38.01%33.53%-
HSV(B)329.54º55.08%46.27%-
XYZ10.427.079.62-
YUV76.2133.53157.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.91%
GREEN value IS 53 (21.09% from 255) = 20.62%
BLUE value IS 86 (33.98% from 255) = 33.46%
R=45.91%
G=20.62%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118538600.550.270.54329.5438.0133.53
Hex7635560371B3614a2622
Octal1666512606733665124642
Binary11101101101011010110011011111011110110101001010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763556; }

 p { color: rgb(118,53,86); }

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

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

 a { background-color: rgb(118,53,86); }

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

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

 span { border-color: rgb(118,53,86); }

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