Html Css Color HEX #75517C Affair

📋 copy color: '#75517C'

red 117 ◦ green 81 ◦ blue 124

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

Shades of Affair #75517C

Tints of Affair #75517C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.16%

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

R = 36.34%
G = 25.16%
B = 38.51%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#75517C (or 0x75517C) is known color: Affair. HEX triplet: 75, 51 and 7C. RGB value is (117,81,124). Sum of RGB (Red+Green+Blue) = 117+81+124=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 124 - color contains mainly: blue. Hex color #75517C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75517C is #8AAE83. Grayscale: #606060. Windows color (decimal): -9088644 or 8147317. OLE color: 8147317.

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

Color convert

RGB 117 81 124 -
CMYK 0.06 0.35 0 0.51
HSL 290.23º 0.21% 0.4% -
HSV(B) 290.23º 0.35% 0.49% -
XYZ 13.92 11.12 20.48 -
YUV 96.67 143.43 142.5 -
System Red Green Blue C M Y K H S L
Decimal 117 81 124 0.06 0.35 0 0.51 290.23 0.21 0.4
Hex 75 51 7C 6 23 0 33 122 15 28
Octal 165 121 174 6 43 0 63 442 25 50
Binary 1110101 1010001 1111100 110 100011 0 110011 100100010 10101 101000

Color Harmonies of #75517C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75517C

Black with #75517C

Text Example


Text Example

White with #75517C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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