Html Css Color HEX #77557F Affair

📋 copy color: '#77557F'

red 119 ◦ green 85 ◦ blue 127

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

Shades of Affair #77557F

Tints of Affair #77557F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.68%

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

R = 35.95%
G = 25.68%
B = 38.37%

CMYK

 C value IS 0.06

 M value IS 0.33

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#77557F (or 0x77557F) is known color: Affair. HEX triplet: 77, 55 and 7F. RGB value is (119,85,127). Sum of RGB (Red+Green+Blue) = 119+85+127=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 127 (50% from 255 or 38.37% from 331); Max value from RGB is 127 - color contains mainly: blue. Hex color #77557F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77557F is #88AA80. Grayscale: #636363. Windows color (decimal): -8956545 or 8344951. OLE color: 8344951.

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

Color convert

RGB 119 85 127 -
CMYK 0.06 0.33 0 0.50
HSL 288.57º 0.2% 0.42% -
HSV(B) 288.57º 0.33% 0.5% -
XYZ 14.69 11.95 21.61 -
YUV 99.95 143.26 141.58 -
System Red Green Blue C M Y K H S L
Decimal 119 85 127 0.06 0.33 0 0.50 288.57 0.2 0.42
Hex 77 55 7F 6 21 0 32 121 14 2A
Octal 167 125 177 6 41 0 62 441 24 52
Binary 1110111 1010101 1111111 110 100001 0 110010 100100001 10100 101010

Color Harmonies of #77557F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77557F

Black with #77557F

Text Example


Text Example

White with #77557F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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