Html Css Color HEX #763758 Flirt

📋 copy color: '#763758'

red 118 ◦ green 55 ◦ blue 88

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

Shades of Flirt #763758

Tints of Flirt #763758

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.07%

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

R = 45.21%
G = 21.07%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#763758 (or 0x763758) is known color: Flirt. HEX triplet: 76, 37 and 58. RGB value is (118,55,88). Sum of RGB (Red+Green+Blue) = 118+55+88=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 88 (34.77% from 255 or 33.72% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #763758 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763758 is #89C8A7. Grayscale: #4D4D4D. Windows color (decimal): -9029800 or 5781366. OLE color: 5781366.

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

Color convert

RGB 118 55 88 -
CMYK 0 0.53 0.25 0.54
HSL 328.57º 0.36% 0.34% -
HSV(B) 328.57º 0.53% 0.46% -
XYZ 10.6 7.29 10.08 -
YUV 77.6 133.87 156.82 -
System Red Green Blue C M Y K H S L
Decimal 118 55 88 0 0.53 0.25 0.54 328.57 0.36 0.34
Hex 76 37 58 0 35 19 36 149 24 22
Octal 166 67 130 0 65 31 66 511 44 42
Binary 1110110 110111 1011000 0 110101 11001 110110 101001001 100100 100010

Color Harmonies of #763758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763758

Black with #763758

Text Example


Text Example

White with #763758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763758; }

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

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

background-color css

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

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

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

border-color css

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

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

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