Html Css Color HEX #77598D Affair

📋 copy color: '#77598D'

red 119 ◦ green 89 ◦ blue 141

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

Shades of Affair #77598D

Tints of Affair #77598D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.5%

 BLUE value IS 141 (55.47% from 255) = 40.4%

R = 34.1%
G = 25.5%
B = 40.4%

CMYK

 C value IS 0.16

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77598D (or 0x77598D) is known color: Affair. HEX triplet: 77, 59 and 8D. RGB value is (119,89,141). Sum of RGB (Red+Green+Blue) = 119+89+141=349 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.10% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 141 - color contains mainly: blue. Hex color #77598D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77598D is #88A672. Grayscale: #676767. Windows color (decimal): -8955507 or 9263479. OLE color: 9263479.

HSL color Cylindrical-coordinate representation of color #77598D: hue angle of 274.62º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77598D is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 89 141 -
CMYK 0.16 0.37 0 0.45
HSL 274.62º 0.23% 0.45% -
HSV(B) 274.62º 0.37% 0.55% -
XYZ 15.99 12.99 26.86 -
YUV 103.9 148.94 138.77 -
System Red Green Blue C M Y K H S L
Decimal 119 89 141 0.16 0.37 0 0.45 274.62 0.23 0.45
Hex 77 59 8D 10 25 0 2D 113 17 2D
Octal 167 131 215 20 45 0 55 423 27 55
Binary 1110111 1011001 10001101 10000 100101 0 101101 100010011 10111 101101

Color Harmonies of #77598D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77598D

Black with #77598D

Text Example


Text Example

White with #77598D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77598D; }

 p { color: rgb(119,89,141); }

 H1.HeaderClassName
 {
   color: #77598D;
 }
 .AnyTagClassName
 {
   color: #77598D;
 }
</style>

background-color css

<style>
 a { background-color: #77598D; }

 a { background-color: rgb(119,89,141); }

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

border-color css

<style>
 span { border-color: #77598D; }

 span { border-color: rgb(119,89,141); }

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