Html Css Color HEX #76527F Affair

📋 copy color: '#76527F'

red 118 ◦ green 82 ◦ blue 127

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

Shades of Affair #76527F

Tints of Affair #76527F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.84%

R = 36.09%
G = 25.08%
B = 38.84%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#76527F (or 0x76527F) is known color: Affair. HEX triplet: 76, 52 and 7F. RGB value is (118,82,127). Sum of RGB (Red+Green+Blue) = 118+82+127=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 127 - color contains mainly: blue. Hex color #76527F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76527F is #89AD80. Grayscale: #616161. Windows color (decimal): -9022849 or 8344182. OLE color: 8344182.

HSL color Cylindrical-coordinate representation of color #76527F: hue angle of 288º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #76527F is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 82 127 -
CMYK 0.07 0.35 0 0.50
HSL 288º 0.22% 0.41% -
HSV(B) 288º 0.35% 0.5% -
XYZ 14.32 11.42 21.53 -
YUV 97.89 144.43 142.34 -
System Red Green Blue C M Y K H S L
Decimal 118 82 127 0.07 0.35 0 0.50 288 0.22 0.41
Hex 76 52 7F 7 23 0 32 120 16 29
Octal 166 122 177 7 43 0 62 440 26 51
Binary 1110110 1010010 1111111 111 100011 0 110010 100100000 10110 101001

Color Harmonies of #76527F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76527F

Black with #76527F

Text Example


Text Example

White with #76527F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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