#762855

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

Shades of Flirt #762855

Tints of Flirt #762855

Color information

#762855 (or 0x762855) is unknown color: approx Flirt. HEX triplet: 76, 28 and 55. RGB value is (118,40,85). Sum of RGB (Red+Green+Blue) = 118+40+85=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 85 (33.59% from 255 or 34.98% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #762855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762855 is #89D7AA. Grayscale: #444444. Windows color (decimal): -9033643 or 5580918. OLE color: 5580918.

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

Color convert

RGB1184085-
CMYK00.660.280.54
HSL325.38º49.37%30.98%-
HSV(B)325.38º66.1%46.27%-
XYZ9.876.039.24-
YUV68.45137.34163.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.56%
GREEN value IS 40 (16.02% from 255) = 16.46%
BLUE value IS 85 (33.59% from 255) = 34.98%
R=48.56%
G=16.46%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118408500.660.280.54325.3849.3730.98
Hex7628550421C36145311f
Octal16650125010234665056137
Binary11101101010001010101010000101110011011010100010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762855; }

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

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

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

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

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

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

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

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