Html Css Color HEX #763550 Flirt

📋 copy color: '#763550'

red 118 ◦ green 53 ◦ blue 80

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

Shades of Flirt #763550

Tints of Flirt #763550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 31.87%

R = 47.01%
G = 21.12%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#763550 (or 0x763550) is known color: Flirt. HEX triplet: 76, 35 and 50. RGB value is (118,53,80). Sum of RGB (Red+Green+Blue) = 118+53+80=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 53 (21.09% from 255 or 21.12% from 251); Blue value is 80 (31.64% from 255 or 31.87% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #763550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763550 is #89CAAF. Grayscale: #4B4B4B. Windows color (decimal): -9030320 or 5256566. OLE color: 5256566.

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

Color convert

RGB 118 53 80 -
CMYK 0 0.55 0.32 0.54
HSL 335.08º 0.38% 0.34% -
HSV(B) 335.08º 0.55% 0.46% -
XYZ 10.19 6.98 8.4 -
YUV 75.51 130.53 158.3 -
System Red Green Blue C M Y K H S L
Decimal 118 53 80 0 0.55 0.32 0.54 335.08 0.38 0.34
Hex 76 35 50 0 37 20 36 14F 26 22
Octal 166 65 120 0 67 40 66 517 46 42
Binary 1110110 110101 1010000 0 110111 100000 110110 101001111 100110 100010

Color Harmonies of #763550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763550

Black with #763550

Text Example


Text Example

White with #763550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763550; }

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

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

background-color css

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

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

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

border-color css

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

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

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