Html Css Color HEX #75527C Affair

📋 copy color: '#75527C'

red 117 ◦ green 82 ◦ blue 124

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

Shades of Affair #75527C

Tints of Affair #75527C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.39%

 BLUE value IS 124 (48.83% from 255) = 38.39%

R = 36.22%
G = 25.39%
B = 38.39%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#75527C (or 0x75527C) is known color: Affair. HEX triplet: 75, 52 and 7C. RGB value is (117,82,124). Sum of RGB (Red+Green+Blue) = 117+82+124=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 124 - color contains mainly: blue. Hex color #75527C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75527C is #8AAD83. Grayscale: #616161. Windows color (decimal): -9088388 or 8147573. OLE color: 8147573.

HSL color Cylindrical-coordinate representation of color #75527C: hue angle of 290º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #75527C is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 117 82 124 -
CMYK 0.06 0.34 0 0.51
HSL 290º 0.2% 0.4% -
HSV(B) 290º 0.34% 0.49% -
XYZ 13.99 11.27 20.51 -
YUV 97.25 143.1 142.08 -
System Red Green Blue C M Y K H S L
Decimal 117 82 124 0.06 0.34 0 0.51 290 0.2 0.4
Hex 75 52 7C 6 22 0 33 122 14 28
Octal 165 122 174 6 42 0 63 442 24 50
Binary 1110101 1010010 1111100 110 100010 0 110011 100100010 10100 101000

Color Harmonies of #75527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75527C

Black with #75527C

Text Example


Text Example

White with #75527C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75527C; }

 p { color: rgb(117,82,124); }

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

background-color css

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

 a { background-color: rgb(117,82,124); }

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

border-color css

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

 span { border-color: rgb(117,82,124); }

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