Html Css Color HEX #75557C Affair

📋 copy color: '#75557C'

red 117 ◦ green 85 ◦ blue 124

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

Shades of Affair #75557C

Tints of Affair #75557C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.07%

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

R = 35.89%
G = 26.07%
B = 38.04%

CMYK

 C value IS 0.06

 M value IS 0.31

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#75557C (or 0x75557C) is known color: Affair. HEX triplet: 75, 55 and 7C. RGB value is (117,85,124). Sum of RGB (Red+Green+Blue) = 117+85+124=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 124 - color contains mainly: blue. Hex color #75557C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75557C is #8AAA83. Grayscale: #626262. Windows color (decimal): -9087620 or 8148341. OLE color: 8148341.

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

Color convert

RGB 117 85 124 -
CMYK 0.06 0.31 0 0.51
HSL 289.23º 0.19% 0.41% -
HSV(B) 289.23º 0.31% 0.49% -
XYZ 14.22 11.73 20.58 -
YUV 99.01 142.1 140.83 -
System Red Green Blue C M Y K H S L
Decimal 117 85 124 0.06 0.31 0 0.51 289.23 0.19 0.41
Hex 75 55 7C 6 1F 0 33 121 13 29
Octal 165 125 174 6 37 0 63 441 23 51
Binary 1110101 1010101 1111100 110 11111 0 110011 100100001 10011 101001

Color Harmonies of #75557C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75557C

Black with #75557C

Text Example


Text Example

White with #75557C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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