Html Css Color HEX #75507C Affair

📋 copy color: '#75507C'

red 117 ◦ green 80 ◦ blue 124

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

Shades of Affair #75507C

Tints of Affair #75507C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.92%

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

R = 36.45%
G = 24.92%
B = 38.63%

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

#75507C (or 0x75507C) is known color: Affair. HEX triplet: 75, 50 and 7C. RGB value is (117,80,124). Sum of RGB (Red+Green+Blue) = 117+80+124=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 124 - color contains mainly: blue. Hex color #75507C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75507C is #8AAF83. Grayscale: #5F5F5F. Windows color (decimal): -9088900 or 8147061. OLE color: 8147061.

HSL color Cylindrical-coordinate representation of color #75507C: hue angle of 290.45º degrees, saturation: 0.22, 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 #75507C is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 117 80 124 -
CMYK 0.06 0.35 0 0.51
HSL 290.45º 0.22% 0.4% -
HSV(B) 290.45º 0.35% 0.49% -
XYZ 13.84 10.97 20.46 -
YUV 96.08 143.76 142.92 -
System Red Green Blue C M Y K H S L
Decimal 117 80 124 0.06 0.35 0 0.51 290.45 0.22 0.4
Hex 75 50 7C 6 23 0 33 122 16 28
Octal 165 120 174 6 43 0 63 442 26 50
Binary 1110101 1010000 1111100 110 100011 0 110011 100100010 10110 101000

Color Harmonies of #75507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75507C

Black with #75507C

Text Example


Text Example

White with #75507C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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