Html Css Color HEX #763A55 Flirt

📋 copy color: '#763A55'

red 118 ◦ green 58 ◦ blue 85

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

Shades of Flirt #763A55

Tints of Flirt #763A55

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.22%

 BLUE value IS 85 (33.59% from 255) = 32.57%

R = 45.21%
G = 22.22%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#763A55 (or 0x763A55) is known color: Flirt. HEX triplet: 76, 3A and 55. RGB value is (118,58,85). Sum of RGB (Red+Green+Blue) = 118+58+85=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 58 (23.05% from 255 or 22.22% from 261); Blue value is 85 (33.59% from 255 or 32.57% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #763A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763A55 is #89C5AA. Grayscale: #4E4E4E. Windows color (decimal): -9029035 or 5585526. OLE color: 5585526.

HSL color Cylindrical-coordinate representation of color #763A55: hue angle of 333º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #763A55 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 58 85 -
CMYK 0 0.51 0.28 0.54
HSL 333º 0.34% 0.35% -
HSV(B) 333º 0.51% 0.46% -
XYZ 10.62 7.53 9.49 -
YUV 79.02 131.38 155.8 -
System Red Green Blue C M Y K H S L
Decimal 118 58 85 0 0.51 0.28 0.54 333 0.34 0.35
Hex 76 3A 55 0 33 1C 36 14D 22 23
Octal 166 72 125 0 63 34 66 515 42 43
Binary 1110110 111010 1010101 0 110011 11100 110110 101001101 100010 100011

Color Harmonies of #763A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763A55

Black with #763A55

Text Example


Text Example

White with #763A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763A55; }

 p { color: rgb(118,58,85); }

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

background-color css

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

 a { background-color: rgb(118,58,85); }

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

border-color css

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

 span { border-color: rgb(118,58,85); }

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