Html Css Color HEX #763255 Flirt

📋 copy color: '#763255'

red 118 ◦ green 50 ◦ blue 85

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

Shades of Flirt #763255

Tints of Flirt #763255

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.76%

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

R = 46.64%
G = 19.76%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#763255 (or 0x763255) is known color: Flirt. HEX triplet: 76, 32 and 55. RGB value is (118,50,85). Sum of RGB (Red+Green+Blue) = 118+50+85=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #763255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763255 is #89CDAA. Grayscale: #4A4A4A. Windows color (decimal): -9031083 or 5583478. OLE color: 5583478.

HSL color Cylindrical-coordinate representation of color #763255: hue angle of 329.12º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #763255 is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 50 85 -
CMYK 0 0.58 0.28 0.54
HSL 329.12º 0.4% 0.33% -
HSV(B) 329.12º 0.58% 0.46% -
XYZ 10.25 6.79 9.36 -
YUV 74.32 134.03 159.15 -
System Red Green Blue C M Y K H S L
Decimal 118 50 85 0 0.58 0.28 0.54 329.12 0.4 0.33
Hex 76 32 55 0 3A 1C 36 149 28 21
Octal 166 62 125 0 72 34 66 511 50 41
Binary 1110110 110010 1010101 0 111010 11100 110110 101001001 101000 100001

Color Harmonies of #763255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763255

Black with #763255

Text Example


Text Example

White with #763255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763255; }

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

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

background-color css

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

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

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

border-color css

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

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

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