#77507F

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

Shades of Affair #77507F

Tints of Affair #77507F

Color information

#77507F (or 0x77507F) is unknown color: approx Affair. HEX triplet: 77, 50 and 7F. RGB value is (119,80,127). Sum of RGB (Red+Green+Blue) = 119+80+127=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 127 (50% from 255 or 38.96% from 326); Max value from RGB is 127 - color contains mainly: blue. Hex color #77507F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77507F is #88AF80. Grayscale: #606060. Windows color (decimal): -8957825 or 8343671. OLE color: 8343671.

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

Color convert

RGB11980127-
CMYK0.060.3700.50
HSL289.79º22.71%40.59%-
HSV(B)289.79º37.01%49.8%-
XYZ14.3111.1921.48-
YUV97.02144.92143.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.50%
GREEN value IS 80 (31.64% from 255) = 24.54%
BLUE value IS 127 (50% from 255) = 38.96%
R=36.50%
G=24.54%
B=38.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal119801270.060.3700.50289.7922.7140.59
Hex77507F6250321221729
Octal1671201776450624422751
Binary111011110100001111111110100101011001010010001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77507F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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