Html Css Color HEX #77577F Affair

📋 copy color: '#77577F'

red 119 ◦ green 87 ◦ blue 127

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

Shades of Affair #77577F

Tints of Affair #77577F

RGB

 RED value IS 119 (46.88% from 255) = 35.74%

 GREEN value IS 87 (34.38% from 255) = 26.13%

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

R = 35.74%
G = 26.13%
B = 38.14%

CMYK

 C value IS 0.06

 M value IS 0.31

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#77577F (or 0x77577F) is known color: Affair. HEX triplet: 77, 57 and 7F. RGB value is (119,87,127). Sum of RGB (Red+Green+Blue) = 119+87+127=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 87 (34.38% from 255 or 26.13% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 127 - color contains mainly: blue. Hex color #77577F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77577F is #88A880. Grayscale: #656565. Windows color (decimal): -8956033 or 8345463. OLE color: 8345463.

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

Color convert

RGB 119 87 127 -
CMYK 0.06 0.31 0 0.50
HSL 288º 0.19% 0.42% -
HSV(B) 288º 0.31% 0.5% -
XYZ 14.85 12.27 21.66 -
YUV 101.13 142.6 140.75 -
System Red Green Blue C M Y K H S L
Decimal 119 87 127 0.06 0.31 0 0.50 288 0.19 0.42
Hex 77 57 7F 6 1F 0 32 120 13 2A
Octal 167 127 177 6 37 0 62 440 23 52
Binary 1110111 1010111 1111111 110 11111 0 110010 100100000 10011 101010

Color Harmonies of #77577F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77577F

Black with #77577F

Text Example


Text Example

White with #77577F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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