Html Css Color HEX #75517B Affair

📋 copy color: '#75517B'

red 117 ◦ green 81 ◦ blue 123

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

Shades of Affair #75517B

Tints of Affair #75517B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.23%

 BLUE value IS 123 (48.44% from 255) = 38.32%

R = 36.45%
G = 25.23%
B = 38.32%

CMYK

 C value IS 0.05

 M value IS 0.34

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#75517B (or 0x75517B) is known color: Affair. HEX triplet: 75, 51 and 7B. RGB value is (117,81,123). Sum of RGB (Red+Green+Blue) = 117+81+123=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 123 - color contains mainly: blue. Hex color #75517B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75517B is #8AAE84. Grayscale: #606060. Windows color (decimal): -9088645 or 8081781. OLE color: 8081781.

HSL color Cylindrical-coordinate representation of color #75517B: hue angle of 291.43º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #75517B is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 117 81 123 -
CMYK 0.05 0.34 0 0.52
HSL 291.43º 0.21% 0.4% -
HSV(B) 291.43º 0.34% 0.48% -
XYZ 13.85 11.1 20.15 -
YUV 96.55 142.93 142.58 -
System Red Green Blue C M Y K H S L
Decimal 117 81 123 0.05 0.34 0 0.52 291.43 0.21 0.4
Hex 75 51 7B 5 22 0 34 123 15 28
Octal 165 121 173 5 42 0 64 443 25 50
Binary 1110101 1010001 1111011 101 100010 0 110100 100100011 10101 101000

Color Harmonies of #75517B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75517B

Black with #75517B

Text Example


Text Example

White with #75517B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75517B; }

 p { color: rgb(117,81,123); }

 H1.HeaderClassName
 {
   color: #75517B;
 }
 .AnyTagClassName
 {
   color: #75517B;
 }
</style>

background-color css

<style>
 a { background-color: #75517B; }

 a { background-color: rgb(117,81,123); }

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

border-color css

<style>
 span { border-color: #75517B; }

 span { border-color: rgb(117,81,123); }

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