#762654

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

Shades of Flirt #762654

Tints of Flirt #762654

Color information

#762654 (or 0x762654) is unknown color: approx Flirt. HEX triplet: 76, 26 and 54. RGB value is (118,38,84). Sum of RGB (Red+Green+Blue) = 118+38+84=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 84 (33.20% from 255 or 35% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #762654 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762654 is #89D9AB. Grayscale: #434343. Windows color (decimal): -9034156 or 5514870. OLE color: 5514870.

HSL color Cylindrical-coordinate representation of color #762654: hue angle of 325.5º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #762654 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB1183884-
CMYK00.680.290.54
HSL325.5º51.28%30.59%-
HSV(B)325.5º67.8%46.27%-
XYZ9.765.889.01-
YUV67.16137.5164.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.17%
GREEN value IS 38 (15.23% from 255) = 15.83%
BLUE value IS 84 (33.20% from 255) = 35%
R=49.17%
G=15.83%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118388400.680.290.54325.551.2830.59
Hex7626540441D36146331f
Octal16646124010435665066337
Binary11101101001101010100010001001110111011010100011011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762654; }

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

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

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

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

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

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

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

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