Html Css Color HEX #76518E Affair

📋 copy color: '#76518E'

red 118 ◦ green 81 ◦ blue 142

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

Shades of Affair #76518E

Tints of Affair #76518E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 41.64%

R = 34.6%
G = 23.75%
B = 41.64%

CMYK

 C value IS 0.17

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#76518E (or 0x76518E) is known color: Affair. HEX triplet: 76, 51 and 8E. RGB value is (118,81,142). Sum of RGB (Red+Green+Blue) = 118+81+142=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 142 (55.86% from 255 or 41.64% from 341); Max value from RGB is 142 - color contains mainly: blue. Hex color #76518E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76518E is #89AE71. Grayscale: #626262. Windows color (decimal): -9023090 or 9326966. OLE color: 9326966.

HSL color Cylindrical-coordinate representation of color #76518E: hue angle of 276.39º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76518E is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 81 142 -
CMYK 0.17 0.43 0 0.44
HSL 276.39º 0.27% 0.44% -
HSV(B) 276.39º 0.43% 0.56% -
XYZ 15.3 11.69 27.04 -
YUV 99.02 152.26 141.54 -
System Red Green Blue C M Y K H S L
Decimal 118 81 142 0.17 0.43 0 0.44 276.39 0.27 0.44
Hex 76 51 8E 11 2B 0 2C 114 1B 2C
Octal 166 121 216 21 53 0 54 424 33 54
Binary 1110110 1010001 10001110 10001 101011 0 101100 100010100 11011 101100

Color Harmonies of #76518E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76518E

Black with #76518E

Text Example


Text Example

White with #76518E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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