#763655

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

Shades of Flirt #763655

Tints of Flirt #763655

Color information

#763655 (or 0x763655) is unknown color: approx Flirt. HEX triplet: 76, 36 and 55. RGB value is (118,54,85). Sum of RGB (Red+Green+Blue) = 118+54+85=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 85 (33.59% from 255 or 33.07% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #763655 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763655 is #89C9AA. Grayscale: #4C4C4C. Windows color (decimal): -9030059 or 5584502. OLE color: 5584502.

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

Color convert

RGB1185485-
CMYK00.540.280.54
HSL330.94º37.21%33.73%-
HSV(B)330.94º54.24%46.27%-
XYZ10.437.159.42-
YUV76.67132.7157.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.91%
GREEN value IS 54 (21.48% from 255) = 21.01%
BLUE value IS 85 (33.59% from 255) = 33.07%
R=45.91%
G=21.01%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118548500.540.280.54330.9437.2133.73
Hex7636550361C3614b2522
Octal1666612506634665134542
Binary11101101101101010101011011011100110110101001011100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763655; }

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

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

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

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

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

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

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

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