Html Css Color HEX #763552 Flirt

📋 copy color: '#763552'

red 118 ◦ green 53 ◦ blue 82

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

Shades of Flirt #763552

Tints of Flirt #763552

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.95%

 BLUE value IS 82 (32.42% from 255) = 32.41%

R = 46.64%
G = 20.95%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#763552 (or 0x763552) is known color: Flirt. HEX triplet: 76, 35 and 52. RGB value is (118,53,82). Sum of RGB (Red+Green+Blue) = 118+53+82=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 82 (32.42% from 255 or 32.41% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #763552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763552 is #89CAAD. Grayscale: #4B4B4B. Windows color (decimal): -9030318 or 5387638. OLE color: 5387638.

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

Color convert

RGB 118 53 82 -
CMYK 0 0.55 0.31 0.54
HSL 333.23º 0.38% 0.34% -
HSV(B) 333.23º 0.55% 0.46% -
XYZ 10.27 7.01 8.79 -
YUV 75.74 131.53 158.14 -
System Red Green Blue C M Y K H S L
Decimal 118 53 82 0 0.55 0.31 0.54 333.23 0.38 0.34
Hex 76 35 52 0 37 1F 36 14D 26 22
Octal 166 65 122 0 67 37 66 515 46 42
Binary 1110110 110101 1010010 0 110111 11111 110110 101001101 100110 100010

Color Harmonies of #763552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763552

Black with #763552

Text Example


Text Example

White with #763552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763552; }

 p { color: rgb(118,53,82); }

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

background-color css

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

 a { background-color: rgb(118,53,82); }

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

border-color css

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

 span { border-color: rgb(118,53,82); }

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