Html Css Color HEX #77588E Affair

📋 copy color: '#77588E'

red 119 ◦ green 88 ◦ blue 142

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

Shades of Affair #77588E

Tints of Affair #77588E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.21%

 BLUE value IS 142 (55.86% from 255) = 40.69%

R = 34.1%
G = 25.21%
B = 40.69%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#77588E (or 0x77588E) is known color: Affair. HEX triplet: 77, 58 and 8E. RGB value is (119,88,142). Sum of RGB (Red+Green+Blue) = 119+88+142=349 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.10% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 142 - color contains mainly: blue. Hex color #77588E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77588E is #88A771. Grayscale: #676767. Windows color (decimal): -8955762 or 9328759. OLE color: 9328759.

HSL color Cylindrical-coordinate representation of color #77588E: hue angle of 274.44º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77588E is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 119 88 142 -
CMYK 0.16 0.38 0 0.44
HSL 274.44º 0.23% 0.45% -
HSV(B) 274.44º 0.38% 0.56% -
XYZ 15.98 12.85 27.23 -
YUV 103.43 149.77 139.11 -
System Red Green Blue C M Y K H S L
Decimal 119 88 142 0.16 0.38 0 0.44 274.44 0.23 0.45
Hex 77 58 8E 10 26 0 2C 112 17 2D
Octal 167 130 216 20 46 0 54 422 27 55
Binary 1110111 1011000 10001110 10000 100110 0 101100 100010010 10111 101101

Color Harmonies of #77588E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77588E

Black with #77588E

Text Example


Text Example

White with #77588E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77588E; }

 p { color: rgb(119,88,142); }

 H1.HeaderClassName
 {
   color: #77588E;
 }
 .AnyTagClassName
 {
   color: #77588E;
 }
</style>

background-color css

<style>
 a { background-color: #77588E; }

 a { background-color: rgb(119,88,142); }

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

border-color css

<style>
 span { border-color: #77588E; }

 span { border-color: rgb(119,88,142); }

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