Html Css Color HEX #77597F Affair

📋 copy color: '#77597F'

red 119 ◦ green 89 ◦ blue 127

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

Shades of Affair #77597F

Tints of Affair #77597F

RGB

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

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

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

R = 35.52%
G = 26.57%
B = 37.91%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#77597F (or 0x77597F) is known color: Affair. HEX triplet: 77, 59 and 7F. RGB value is (119,89,127). Sum of RGB (Red+Green+Blue) = 119+89+127=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 127 - color contains mainly: blue. Hex color #77597F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77597F is #88A680. Grayscale: #666666. Windows color (decimal): -8955521 or 8345975. OLE color: 8345975.

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

Color convert

RGB 119 89 127 -
CMYK 0.06 0.30 0 0.50
HSL 287.37º 0.18% 0.42% -
HSV(B) 287.37º 0.3% 0.5% -
XYZ 15.01 12.6 21.72 -
YUV 102.3 141.94 139.91 -
System Red Green Blue C M Y K H S L
Decimal 119 89 127 0.06 0.30 0 0.50 287.37 0.18 0.42
Hex 77 59 7F 6 1E 0 32 11F 12 2A
Octal 167 131 177 6 36 0 62 437 22 52
Binary 1110111 1011001 1111111 110 11110 0 110010 100011111 10010 101010

Color Harmonies of #77597F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77597F

Black with #77597F

Text Example


Text Example

White with #77597F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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