Html Css Color HEX #75527D Affair

📋 copy color: '#75527D'

red 117 ◦ green 82 ◦ blue 125

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

Shades of Affair #75527D

Tints of Affair #75527D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.31%

 BLUE value IS 125 (49.22% from 255) = 38.58%

R = 36.11%
G = 25.31%
B = 38.58%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#75527D (or 0x75527D) is known color: Affair. HEX triplet: 75, 52 and 7D. RGB value is (117,82,125). Sum of RGB (Red+Green+Blue) = 117+82+125=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 125 - color contains mainly: blue. Hex color #75527D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75527D is #8AAD82. Grayscale: #616161. Windows color (decimal): -9088387 or 8213109. OLE color: 8213109.

HSL color Cylindrical-coordinate representation of color #75527D: hue angle of 288.84º 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 #75527D is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 117 82 125 -
CMYK 0.06 0.34 0 0.51
HSL 288.84º 0.21% 0.41% -
HSV(B) 288.84º 0.34% 0.49% -
XYZ 14.06 11.3 20.84 -
YUV 97.37 143.6 142 -
System Red Green Blue C M Y K H S L
Decimal 117 82 125 0.06 0.34 0 0.51 288.84 0.21 0.41
Hex 75 52 7D 6 22 0 33 121 15 29
Octal 165 122 175 6 42 0 63 441 25 51
Binary 1110101 1010010 1111101 110 100010 0 110011 100100001 10101 101001

Color Harmonies of #75527D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75527D

Black with #75527D

Text Example


Text Example

White with #75527D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75527D; }

 p { color: rgb(117,82,125); }

 H1.HeaderClassName
 {
   color: #75527D;
 }
 .AnyTagClassName
 {
   color: #75527D;
 }
</style>

background-color css

<style>
 a { background-color: #75527D; }

 a { background-color: rgb(117,82,125); }

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

border-color css

<style>
 span { border-color: #75527D; }

 span { border-color: rgb(117,82,125); }

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