Html Css Color HEX #762859 Flirt

📋 copy color: '#762859'

red 118 ◦ green 40 ◦ blue 89

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

Shades of Flirt #762859

Tints of Flirt #762859

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.19%

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

R = 47.77%
G = 16.19%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#762859 (or 0x762859) is known color: Flirt. HEX triplet: 76, 28 and 59. RGB value is (118,40,89). Sum of RGB (Red+Green+Blue) = 118+40+89=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 89 (35.16% from 255 or 36.03% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #762859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762859 is #89D7A6. Grayscale: #444444. Windows color (decimal): -9033639 or 5843062. OLE color: 5843062.

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

Color convert

RGB 118 40 89 -
CMYK 0 0.66 0.25 0.54
HSL 322.31º 0.49% 0.31% -
HSV(B) 322.31º 0.66% 0.46% -
XYZ 10.03 6.09 10.1 -
YUV 68.91 139.34 163.02 -
System Red Green Blue C M Y K H S L
Decimal 118 40 89 0 0.66 0.25 0.54 322.31 0.49 0.31
Hex 76 28 59 0 42 19 36 142 31 1F
Octal 166 50 131 0 102 31 66 502 61 37
Binary 1110110 101000 1011001 0 1000010 11001 110110 101000010 110001 11111

Color Harmonies of #762859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762859

Black with #762859

Text Example


Text Example

White with #762859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762859; }

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

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

background-color css

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

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

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

border-color css

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

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

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