Html Css Color HEX #77578E Affair

📋 copy color: '#77578E'

red 119 ◦ green 87 ◦ blue 142

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

Shades of Affair #77578E

Tints of Affair #77578E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25%

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

R = 34.2%
G = 25%
B = 40.8%

CMYK

 C value IS 0.16

 M value IS 0.39

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#77578E (or 0x77578E) is known color: Affair. HEX triplet: 77, 57 and 8E. RGB value is (119,87,142). Sum of RGB (Red+Green+Blue) = 119+87+142=348 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.20% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 142 - color contains mainly: blue. Hex color #77578E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77578E is #88A871. Grayscale: #666666. Windows color (decimal): -8956018 or 9328503. OLE color: 9328503.

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

Color convert

RGB 119 87 142 -
CMYK 0.16 0.39 0 0.44
HSL 274.91º 0.24% 0.45% -
HSV(B) 274.91º 0.39% 0.56% -
XYZ 15.9 12.69 27.2 -
YUV 102.84 150.1 139.53 -
System Red Green Blue C M Y K H S L
Decimal 119 87 142 0.16 0.39 0 0.44 274.91 0.24 0.45
Hex 77 57 8E 10 27 0 2C 113 18 2D
Octal 167 127 216 20 47 0 54 423 30 55
Binary 1110111 1010111 10001110 10000 100111 0 101100 100010011 11000 101101

Color Harmonies of #77578E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77578E

Black with #77578E

Text Example


Text Example

White with #77578E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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