Html Css Color HEX #77578C Affair

📋 copy color: '#77578C'

red 119 ◦ green 87 ◦ blue 140

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

Shades of Affair #77578C

Tints of Affair #77578C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.46%

R = 34.39%
G = 25.14%
B = 40.46%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77578C (or 0x77578C) is known color: Affair. HEX triplet: 77, 57 and 8C. RGB value is (119,87,140). Sum of RGB (Red+Green+Blue) = 119+87+140=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 87 (34.38% from 255 or 25.14% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 140 - color contains mainly: blue. Hex color #77578C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77578C is #88A873. Grayscale: #666666. Windows color (decimal): -8956020 or 9197431. OLE color: 9197431.

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

Color convert

RGB 119 87 140 -
CMYK 0.15 0.38 0 0.45
HSL 276.23º 0.23% 0.45% -
HSV(B) 276.23º 0.38% 0.55% -
XYZ 15.75 12.63 26.42 -
YUV 102.61 149.1 139.69 -
System Red Green Blue C M Y K H S L
Decimal 119 87 140 0.15 0.38 0 0.45 276.23 0.23 0.45
Hex 77 57 8C F 26 0 2D 114 17 2D
Octal 167 127 214 17 46 0 55 424 27 55
Binary 1110111 1010111 10001100 1111 100110 0 101101 100010100 10111 101101

Color Harmonies of #77578C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77578C

Black with #77578C

Text Example


Text Example

White with #77578C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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