#762653

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

Shades of Flirt #762653

Tints of Flirt #762653

Color information

#762653 (or 0x762653) is unknown color: approx Flirt. HEX triplet: 76, 26 and 53. RGB value is (118,38,83). Sum of RGB (Red+Green+Blue) = 118+38+83=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 83 (32.81% from 255 or 34.73% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #762653 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762653 is #89D9AC. Grayscale: #424242. Windows color (decimal): -9034157 or 5449334. OLE color: 5449334.

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

Color convert

RGB1183883-
CMYK00.680.300.54
HSL326.25º51.28%30.59%-
HSV(B)326.25º67.8%46.27%-
XYZ9.735.868.8-
YUV67.05137164.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.37%
GREEN value IS 38 (15.23% from 255) = 15.90%
BLUE value IS 83 (32.81% from 255) = 34.73%
R=49.37%
G=15.90%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118388300.680.300.54326.2551.2830.59
Hex7626530441E36146331f
Octal16646123010436665066337
Binary11101101001101010011010001001111011011010100011011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762653; }

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

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

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

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

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

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

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

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