Html Css Color HEX #77598B Affair

📋 copy color: '#77598B'

red 119 ◦ green 89 ◦ blue 139

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

Shades of Affair #77598B

Tints of Affair #77598B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.06%

R = 34.29%
G = 25.65%
B = 40.06%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77598B (or 0x77598B) is known color: Affair. HEX triplet: 77, 59 and 8B. RGB value is (119,89,139). Sum of RGB (Red+Green+Blue) = 119+89+139=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 139 - color contains mainly: blue. Hex color #77598B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77598B is #88A674. Grayscale: #676767. Windows color (decimal): -8955509 or 9132407. OLE color: 9132407.

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

Color convert

RGB 119 89 139 -
CMYK 0.14 0.36 0 0.45
HSL 276º 0.22% 0.45% -
HSV(B) 276º 0.36% 0.55% -
XYZ 15.84 12.93 26.09 -
YUV 103.67 147.94 138.93 -
System Red Green Blue C M Y K H S L
Decimal 119 89 139 0.14 0.36 0 0.45 276 0.22 0.45
Hex 77 59 8B E 24 0 2D 114 16 2D
Octal 167 131 213 16 44 0 55 424 26 55
Binary 1110111 1011001 10001011 1110 100100 0 101101 100010100 10110 101101

Color Harmonies of #77598B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77598B

Black with #77598B

Text Example


Text Example

White with #77598B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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