Html Css Color HEX #755B84 Affair

📋 copy color: '#755B84'

red 117 ◦ green 91 ◦ blue 132

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

Shades of Affair #755B84

Tints of Affair #755B84

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.76%

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

R = 34.41%
G = 26.76%
B = 38.82%

CMYK

 C value IS 0.11

 M value IS 0.31

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#755B84 (or 0x755B84) is known color: Affair. HEX triplet: 75, 5B and 84. RGB value is (117,91,132). Sum of RGB (Red+Green+Blue) = 117+91+132=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 91 (35.94% from 255 or 26.76% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 132 - color contains mainly: blue. Hex color #755B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755B84 is #8AA47B. Grayscale: #676767. Windows color (decimal): -9086076 or 8674165. OLE color: 8674165.

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

Color convert

RGB 117 91 132 -
CMYK 0.11 0.31 0 0.48
HSL 278.05º 0.18% 0.44% -
HSV(B) 278.05º 0.31% 0.52% -
XYZ 15.24 12.93 23.52 -
YUV 103.45 144.11 137.67 -
System Red Green Blue C M Y K H S L
Decimal 117 91 132 0.11 0.31 0 0.48 278.05 0.18 0.44
Hex 75 5B 84 B 1F 0 30 116 12 2C
Octal 165 133 204 13 37 0 60 426 22 54
Binary 1110101 1011011 10000100 1011 11111 0 110000 100010110 10010 101100

Color Harmonies of #755B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755B84

Black with #755B84

Text Example


Text Example

White with #755B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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