#763455

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

Shades of Flirt #763455

Tints of Flirt #763455

Color information

#763455 (or 0x763455) is unknown color: approx Flirt. HEX triplet: 76, 34 and 55. RGB value is (118,52,85). Sum of RGB (Red+Green+Blue) = 118+52+85=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #763455 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763455 is #89CBAA. Grayscale: #4B4B4B. Windows color (decimal): -9030571 or 5583990. OLE color: 5583990.

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

Color convert

RGB1185285-
CMYK00.560.280.54
HSL330º38.82%33.33%-
HSV(B)330º55.93%46.27%-
XYZ10.346.969.39-
YUV75.5133.37158.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.27%
GREEN value IS 52 (20.70% from 255) = 20.39%
BLUE value IS 85 (33.59% from 255) = 33.33%
R=46.27%
G=20.39%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118528500.560.280.5433038.8233.33
Hex7634550381C3614a2721
Octal1666412507034665124741
Binary11101101101001010101011100011100110110101001010100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763455; }

 p { color: rgb(118,52,85); }

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

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

 a { background-color: rgb(118,52,85); }

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

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

 span { border-color: rgb(118,52,85); }

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