Html Css Color HEX #75537E Affair

📋 copy color: '#75537E'

red 117 ◦ green 83 ◦ blue 126

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

Shades of Affair #75537E

Tints of Affair #75537E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.65%

R = 35.89%
G = 25.46%
B = 38.65%

CMYK

 C value IS 0.07

 M value IS 0.34

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#75537E (or 0x75537E) is known color: Affair. HEX triplet: 75, 53 and 7E. RGB value is (117,83,126). Sum of RGB (Red+Green+Blue) = 117+83+126=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 126 - color contains mainly: blue. Hex color #75537E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75537E is #8AAC81. Grayscale: #616161. Windows color (decimal): -9088130 or 8278901. OLE color: 8278901.

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

Color convert

RGB 117 83 126 -
CMYK 0.07 0.34 0 0.51
HSL 287.44º 0.21% 0.41% -
HSV(B) 287.44º 0.34% 0.49% -
XYZ 14.2 11.47 21.21 -
YUV 98.07 143.76 141.5 -
System Red Green Blue C M Y K H S L
Decimal 117 83 126 0.07 0.34 0 0.51 287.44 0.21 0.41
Hex 75 53 7E 7 22 0 33 11F 15 29
Octal 165 123 176 7 42 0 63 437 25 51
Binary 1110101 1010011 1111110 111 100010 0 110011 100011111 10101 101001

Color Harmonies of #75537E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75537E

Black with #75537E

Text Example


Text Example

White with #75537E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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