Html Css Color HEX #75537C Affair

📋 copy color: '#75537C'

red 117 ◦ green 83 ◦ blue 124

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

Shades of Affair #75537C

Tints of Affair #75537C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.62%

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

R = 36.11%
G = 25.62%
B = 38.27%

CMYK

 C value IS 0.06

 M value IS 0.33

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#75537C (or 0x75537C) is known color: Affair. HEX triplet: 75, 53 and 7C. RGB value is (117,83,124). Sum of RGB (Red+Green+Blue) = 117+83+124=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 124 - color contains mainly: blue. Hex color #75537C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75537C is #8AAC83. Grayscale: #616161. Windows color (decimal): -9088132 or 8147829. OLE color: 8147829.

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

Color convert

RGB 117 83 124 -
CMYK 0.06 0.33 0 0.51
HSL 289.76º 0.2% 0.41% -
HSV(B) 289.76º 0.33% 0.49% -
XYZ 14.07 11.42 20.53 -
YUV 97.84 142.76 141.67 -
System Red Green Blue C M Y K H S L
Decimal 117 83 124 0.06 0.33 0 0.51 289.76 0.2 0.41
Hex 75 53 7C 6 21 0 33 122 14 29
Octal 165 123 174 6 41 0 63 442 24 51
Binary 1110101 1010011 1111100 110 100001 0 110011 100100010 10100 101001

Color Harmonies of #75537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75537C

Black with #75537C

Text Example


Text Example

White with #75537C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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