Html Css Color HEX #763559 Flirt

📋 copy color: '#763559'

red 118 ◦ green 53 ◦ blue 89

#763559
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flirt #763559

Tints of Flirt #763559

RGB

 RED value IS 118 (46.48% from 255) = 45.38%

 GREEN value IS 53 (21.09% from 255) = 20.38%

 BLUE value IS 89 (35.16% from 255) = 34.23%

R = 45.38%
G = 20.38%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#763559 (or 0x763559) is known color: Flirt. HEX triplet: 76, 35 and 59. RGB value is (118,53,89). Sum of RGB (Red+Green+Blue) = 118+53+89=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 89 (35.16% from 255 or 34.23% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #763559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763559 is #89CAA6. Grayscale: #4C4C4C. Windows color (decimal): -9030311 or 5846390. OLE color: 5846390.

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

Color convert

RGB 118 53 89 -
CMYK 0 0.55 0.25 0.54
HSL 326.77º 0.38% 0.34% -
HSV(B) 326.77º 0.55% 0.46% -
XYZ 10.55 7.12 10.27 -
YUV 76.54 135.03 157.57 -
System Red Green Blue C M Y K H S L
Decimal 118 53 89 0 0.55 0.25 0.54 326.77 0.38 0.34
Hex 76 35 59 0 37 19 36 147 26 22
Octal 166 65 131 0 67 31 66 507 46 42
Binary 1110110 110101 1011001 0 110111 11001 110110 101000111 100110 100010

Color Harmonies of #763559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763559

Black with #763559

Text Example


Text Example

White with #763559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763559; }

 p { color: rgb(118,53,89); }

 H1.HeaderClassName
 {
   color: #763559;
 }
 .AnyTagClassName
 {
   color: #763559;
 }
</style>

background-color css

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

 a { background-color: rgb(118,53,89); }

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

border-color css

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

 span { border-color: rgb(118,53,89); }

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