Html Css Color HEX #762358 Flirt

📋 copy color: '#762358'

red 118 ◦ green 35 ◦ blue 88

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

Shades of Flirt #762358

Tints of Flirt #762358

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.52%

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

R = 48.96%
G = 14.52%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#762358 (or 0x762358) is known color: Flirt. HEX triplet: 76, 23 and 58. RGB value is (118,35,88). Sum of RGB (Red+Green+Blue) = 118+35+88=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 88 (34.77% from 255 or 36.51% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #762358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762358 is #89DCA7. Grayscale: #414141. Windows color (decimal): -9034920 or 5776246. OLE color: 5776246.

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

Color convert

RGB 118 35 88 -
CMYK 0 0.70 0.25 0.54
HSL 321.69º 0.54% 0.3% -
HSV(B) 321.69º 0.7% 0.46% -
XYZ 9.83 5.76 9.83 -
YUV 65.86 140.5 165.19 -
System Red Green Blue C M Y K H S L
Decimal 118 35 88 0 0.70 0.25 0.54 321.69 0.54 0.3
Hex 76 23 58 0 46 19 36 142 36 1E
Octal 166 43 130 0 106 31 66 502 66 36
Binary 1110110 100011 1011000 0 1000110 11001 110110 101000010 110110 11110

Color Harmonies of #762358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762358

Black with #762358

Text Example


Text Example

White with #762358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762358; }

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

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

background-color css

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

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

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

border-color css

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

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

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