#763554

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

Shades of Flirt #763554

Tints of Flirt #763554

Color information

#763554 (or 0x763554) is unknown color: approx Flirt. HEX triplet: 76, 35 and 54. RGB value is (118,53,84). Sum of RGB (Red+Green+Blue) = 118+53+84=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 84 (33.20% from 255 or 32.94% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #763554 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763554 is #89CAAB. Grayscale: #4B4B4B. Windows color (decimal): -9030316 or 5518710. OLE color: 5518710.

HSL color Cylindrical-coordinate representation of color #763554: hue angle of 331.38º 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 #763554 is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB1185384-
CMYK00.550.290.54
HSL331.38º38.01%33.53%-
HSV(B)331.38º55.08%46.27%-
XYZ10.347.049.2-
YUV75.97132.53157.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.27%
GREEN value IS 53 (21.09% from 255) = 20.78%
BLUE value IS 84 (33.20% from 255) = 32.94%
R=46.27%
G=20.78%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118538400.550.290.54331.3838.0133.53
Hex7635540371D3614b2622
Octal1666512406735665134642
Binary11101101101011010100011011111101110110101001011100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763554; }

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

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

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

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

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

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

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

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