Html Css Color HEX #763059 Flirt

📋 copy color: '#763059'

red 118 ◦ green 48 ◦ blue 89

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

Shades of Flirt #763059

Tints of Flirt #763059

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.82%

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

R = 46.27%
G = 18.82%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#763059 (or 0x763059) is known color: Flirt. HEX triplet: 76, 30 and 59. RGB value is (118,48,89). Sum of RGB (Red+Green+Blue) = 118+48+89=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 89 (35.16% from 255 or 34.90% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #763059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763059 is #89CFA6. Grayscale: #494949. Windows color (decimal): -9031591 or 5845110. OLE color: 5845110.

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

Color convert

RGB 118 48 89 -
CMYK 0 0.59 0.25 0.54
HSL 324.86º 0.42% 0.33% -
HSV(B) 324.86º 0.59% 0.46% -
XYZ 10.33 6.69 10.2 -
YUV 73.6 136.69 159.67 -
System Red Green Blue C M Y K H S L
Decimal 118 48 89 0 0.59 0.25 0.54 324.86 0.42 0.33
Hex 76 30 59 0 3B 19 36 145 2A 21
Octal 166 60 131 0 73 31 66 505 52 41
Binary 1110110 110000 1011001 0 111011 11001 110110 101000101 101010 100001

Color Harmonies of #763059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763059

Black with #763059

Text Example


Text Example

White with #763059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763059; }

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

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

background-color css

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

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

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

border-color css

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

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

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