Html Css Color HEX #77508E Affair

📋 copy color: '#77508E'

red 119 ◦ green 80 ◦ blue 142

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

Shades of Affair #77508E

Tints of Affair #77508E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.46%

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

R = 34.9%
G = 23.46%
B = 41.64%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#77508E (or 0x77508E) is known color: Affair. HEX triplet: 77, 50 and 8E. RGB value is (119,80,142). Sum of RGB (Red+Green+Blue) = 119+80+142=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 142 (55.86% from 255 or 41.64% from 341); Max value from RGB is 142 - color contains mainly: blue. Hex color #77508E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77508E is #88AF71. Grayscale: #626262. Windows color (decimal): -8957810 or 9326711. OLE color: 9326711.

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

Color convert

RGB 119 80 142 -
CMYK 0.16 0.44 0 0.44
HSL 277.74º 0.28% 0.44% -
HSV(B) 277.74º 0.44% 0.56% -
XYZ 15.36 11.61 27.02 -
YUV 98.73 152.42 142.46 -
System Red Green Blue C M Y K H S L
Decimal 119 80 142 0.16 0.44 0 0.44 277.74 0.28 0.44
Hex 77 50 8E 10 2C 0 2C 116 1C 2C
Octal 167 120 216 20 54 0 54 426 34 54
Binary 1110111 1010000 10001110 10000 101100 0 101100 100010110 11100 101100

Color Harmonies of #77508E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77508E

Black with #77508E

Text Example


Text Example

White with #77508E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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