Html Css Color HEX #763558 Flirt

📋 copy color: '#763558'

red 118 ◦ green 53 ◦ blue 88

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

Shades of Flirt #763558

Tints of Flirt #763558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 33.98%

R = 45.56%
G = 20.46%
B = 33.98%

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

#763558 (or 0x763558) is known color: Flirt. HEX triplet: 76, 35 and 58. RGB value is (118,53,88). Sum of RGB (Red+Green+Blue) = 118+53+88=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 88 (34.77% from 255 or 33.98% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #763558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763558 is #89CAA7. Grayscale: #4C4C4C. Windows color (decimal): -9030312 or 5780854. OLE color: 5780854.

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

Color convert

RGB 118 53 88 -
CMYK 0 0.55 0.25 0.54
HSL 327.69º 0.38% 0.34% -
HSV(B) 327.69º 0.55% 0.46% -
XYZ 10.51 7.1 10.05 -
YUV 76.43 134.53 157.65 -
System Red Green Blue C M Y K H S L
Decimal 118 53 88 0 0.55 0.25 0.54 327.69 0.38 0.34
Hex 76 35 58 0 37 19 36 148 26 22
Octal 166 65 130 0 67 31 66 510 46 42
Binary 1110110 110101 1011000 0 110111 11001 110110 101001000 100110 100010

Color Harmonies of #763558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763558

Black with #763558

Text Example


Text Example

White with #763558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763558; }

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

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

background-color css

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

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

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

border-color css

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

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

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