Html Css Color HEX #76517C Affair

📋 copy color: '#76517C'

red 118 ◦ green 81 ◦ blue 124

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

Shades of Affair #76517C

Tints of Affair #76517C

RGB

 RED value IS 118 (46.48% from 255) = 36.53%

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

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

R = 36.53%
G = 25.08%
B = 38.39%

CMYK

 C value IS 0.05

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76517C (or 0x76517C) is known color: Affair. HEX triplet: 76, 51 and 7C. RGB value is (118,81,124). Sum of RGB (Red+Green+Blue) = 118+81+124=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 124 - color contains mainly: blue. Hex color #76517C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76517C is #89AE83. Grayscale: #606060. Windows color (decimal): -9023108 or 8147318. OLE color: 8147318.

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

Color convert

RGB 118 81 124 -
CMYK 0.05 0.35 0 0.51
HSL 291.63º 0.21% 0.4% -
HSV(B) 291.63º 0.35% 0.49% -
XYZ 14.05 11.19 20.49 -
YUV 96.97 143.26 143 -
System Red Green Blue C M Y K H S L
Decimal 118 81 124 0.05 0.35 0 0.51 291.63 0.21 0.4
Hex 76 51 7C 5 23 0 33 124 15 28
Octal 166 121 174 5 43 0 63 444 25 50
Binary 1110110 1010001 1111100 101 100011 0 110011 100100100 10101 101000

Color Harmonies of #76517C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76517C

Black with #76517C

Text Example


Text Example

White with #76517C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,81,124); }

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

background-color css

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

 a { background-color: rgb(118,81,124); }

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

border-color css

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

 span { border-color: rgb(118,81,124); }

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