#77527F

Color #77527F Affair (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Affair #77527F

Tints of Affair #77527F

Color information

#77527F (or 0x77527F) is unknown color: approx Affair. HEX triplet: 77, 52 and 7F. RGB value is (119,82,127). Sum of RGB (Red+Green+Blue) = 119+82+127=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 127 - color contains mainly: blue. Hex color #77527F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77527F is #88AD80. Grayscale: #626262. Windows color (decimal): -8957313 or 8344183. OLE color: 8344183.

HSL color Cylindrical-coordinate representation of color #77527F: hue angle of 289.33º 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 #77527F is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11982127-
CMYK0.060.3500.50
HSL289.33º21.53%40.98%-
HSV(B)289.33º35.43%49.8%-
XYZ14.4611.4921.53-
YUV98.19144.26142.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.28%
GREEN value IS 82 (32.42% from 255) = 25%
BLUE value IS 127 (50% from 255) = 38.72%
R=36.28%
G=25%
B=38.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal119821270.060.3500.50289.3321.5340.98
Hex77527F6230321211629
Octal1671221776430624412651
Binary111011110100101111111110100011011001010010000110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77527F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #77527F;
 }
 .AnyTagClassName
 {
   color: #77527F;
 }
</style>
background-color css

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

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

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

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

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

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