Html Css Color HEX #76527E Affair

📋 copy color: '#76527E'

red 118 ◦ green 82 ◦ blue 126

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

Shades of Affair #76527E

Tints of Affair #76527E

RGB

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

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

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

R = 36.2%
G = 25.15%
B = 38.65%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76527E (or 0x76527E) is known color: Affair. HEX triplet: 76, 52 and 7E. RGB value is (118,82,126). Sum of RGB (Red+Green+Blue) = 118+82+126=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 126 - color contains mainly: blue. Hex color #76527E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76527E is #89AD81. Grayscale: #616161. Windows color (decimal): -9022850 or 8278646. OLE color: 8278646.

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

Color convert

RGB 118 82 126 -
CMYK 0.06 0.35 0 0.51
HSL 289.09º 0.21% 0.41% -
HSV(B) 289.09º 0.35% 0.49% -
XYZ 14.25 11.39 21.19 -
YUV 97.78 143.93 142.42 -
System Red Green Blue C M Y K H S L
Decimal 118 82 126 0.06 0.35 0 0.51 289.09 0.21 0.41
Hex 76 52 7E 6 23 0 33 121 15 29
Octal 166 122 176 6 43 0 63 441 25 51
Binary 1110110 1010010 1111110 110 100011 0 110011 100100001 10101 101001

Color Harmonies of #76527E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76527E

Black with #76527E

Text Example


Text Example

White with #76527E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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