#762655

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

Shades of Flirt #762655

Tints of Flirt #762655

Color information

#762655 (or 0x762655) is unknown color: approx Flirt. HEX triplet: 76, 26 and 55. RGB value is (118,38,85). Sum of RGB (Red+Green+Blue) = 118+38+85=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 85 (33.59% from 255 or 35.27% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #762655 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762655 is #89D9AA. Grayscale: #434343. Windows color (decimal): -9034155 or 5580406. OLE color: 5580406.

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

Color convert

RGB1183885-
CMYK00.680.280.54
HSL324.75º51.28%30.59%-
HSV(B)324.75º67.8%46.27%-
XYZ9.85.899.22-
YUV67.28138164.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.96%
GREEN value IS 38 (15.23% from 255) = 15.77%
BLUE value IS 85 (33.59% from 255) = 35.27%
R=48.96%
G=15.77%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118388500.680.280.54324.7551.2830.59
Hex7626550441C36145331f
Octal16646125010434665056337
Binary11101101001101010101010001001110011011010100010111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762655; }

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

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

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

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

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

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

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

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