Html Css Color HEX #76517E Affair

📋 copy color: '#76517E'

red 118 ◦ green 81 ◦ blue 126

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

Shades of Affair #76517E

Tints of Affair #76517E

RGB

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

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

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

R = 36.31%
G = 24.92%
B = 38.77%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76517E (or 0x76517E) is known color: Affair. HEX triplet: 76, 51 and 7E. RGB value is (118,81,126). Sum of RGB (Red+Green+Blue) = 118+81+126=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 81 (32.03% from 255 or 24.92% from 325); Blue value is 126 (49.61% from 255 or 38.77% from 325); Max value from RGB is 126 - color contains mainly: blue. Hex color #76517E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76517E is #89AE81. Grayscale: #616161. Windows color (decimal): -9023106 or 8278390. OLE color: 8278390.

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

Color convert

RGB 118 81 126 -
CMYK 0.06 0.36 0 0.51
HSL 289.33º 0.22% 0.41% -
HSV(B) 289.33º 0.36% 0.49% -
XYZ 14.18 11.24 21.16 -
YUV 97.19 144.26 142.84 -
System Red Green Blue C M Y K H S L
Decimal 118 81 126 0.06 0.36 0 0.51 289.33 0.22 0.41
Hex 76 51 7E 6 24 0 33 121 16 29
Octal 166 121 176 6 44 0 63 441 26 51
Binary 1110110 1010001 1111110 110 100100 0 110011 100100001 10110 101001

Color Harmonies of #76517E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76517E

Black with #76517E

Text Example


Text Example

White with #76517E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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