Html Css Color HEX #762A59 Flirt

📋 copy color: '#762A59'

red 118 ◦ green 42 ◦ blue 89

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

Shades of Flirt #762A59

Tints of Flirt #762A59

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.87%

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

R = 47.39%
G = 16.87%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#762A59 (or 0x762A59) is known color: Flirt. HEX triplet: 76, 2A and 59. RGB value is (118,42,89). Sum of RGB (Red+Green+Blue) = 118+42+89=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 42 (16.80% from 255 or 16.87% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #762A59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762A59 is #89D5A6. Grayscale: #454545. Windows color (decimal): -9033127 or 5843574. OLE color: 5843574.

HSL color Cylindrical-coordinate representation of color #762A59: hue angle of 322.89º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #762A59 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 42 89 -
CMYK 0 0.64 0.25 0.54
HSL 322.89º 0.48% 0.31% -
HSV(B) 322.89º 0.64% 0.46% -
XYZ 10.1 6.23 10.12 -
YUV 70.08 138.68 162.18 -
System Red Green Blue C M Y K H S L
Decimal 118 42 89 0 0.64 0.25 0.54 322.89 0.48 0.31
Hex 76 2A 59 0 40 19 36 143 30 1F
Octal 166 52 131 0 100 31 66 503 60 37
Binary 1110110 101010 1011001 0 1000000 11001 110110 101000011 110000 11111

Color Harmonies of #762A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762A59

Black with #762A59

Text Example


Text Example

White with #762A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762A59; }

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

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

background-color css

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

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

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

border-color css

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

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

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