Html Css Color HEX #755A84 Affair

📋 copy color: '#755A84'

red 117 ◦ green 90 ◦ blue 132

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

Shades of Affair #755A84

Tints of Affair #755A84

RGB

 RED value IS 117 (46.09% from 255) = 34.51%

 GREEN value IS 90 (35.55% from 255) = 26.55%

 BLUE value IS 132 (51.95% from 255) = 38.94%

R = 34.51%
G = 26.55%
B = 38.94%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#755A84 (or 0x755A84) is known color: Affair. HEX triplet: 75, 5A and 84. RGB value is (117,90,132). Sum of RGB (Red+Green+Blue) = 117+90+132=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 132 - color contains mainly: blue. Hex color #755A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755A84 is #8AA57B. Grayscale: #666666. Windows color (decimal): -9086332 or 8673909. OLE color: 8673909.

HSL color Cylindrical-coordinate representation of color #755A84: hue angle of 278.57º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #755A84 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 90 132 -
CMYK 0.11 0.32 0 0.48
HSL 278.57º 0.19% 0.44% -
HSV(B) 278.57º 0.32% 0.52% -
XYZ 15.16 12.76 23.49 -
YUV 102.86 144.45 138.08 -
System Red Green Blue C M Y K H S L
Decimal 117 90 132 0.11 0.32 0 0.48 278.57 0.19 0.44
Hex 75 5A 84 B 20 0 30 117 13 2C
Octal 165 132 204 13 40 0 60 427 23 54
Binary 1110101 1011010 10000100 1011 100000 0 110000 100010111 10011 101100

Color Harmonies of #755A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755A84

Black with #755A84

Text Example


Text Example

White with #755A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755A84; }

 p { color: rgb(117,90,132); }

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

background-color css

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

 a { background-color: rgb(117,90,132); }

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

border-color css

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

 span { border-color: rgb(117,90,132); }

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