Html Css Color HEX #77508D Affair

📋 copy color: '#77508D'

red 119 ◦ green 80 ◦ blue 141

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

Shades of Affair #77508D

Tints of Affair #77508D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.47%

R = 35%
G = 23.53%
B = 41.47%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77508D (or 0x77508D) is known color: Affair. HEX triplet: 77, 50 and 8D. RGB value is (119,80,141). Sum of RGB (Red+Green+Blue) = 119+80+141=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 141 - color contains mainly: blue. Hex color #77508D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77508D is #88AF72. Grayscale: #626262. Windows color (decimal): -8957811 or 9261175. OLE color: 9261175.

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

Color convert

RGB 119 80 141 -
CMYK 0.16 0.43 0 0.45
HSL 278.36º 0.28% 0.43% -
HSV(B) 278.36º 0.43% 0.55% -
XYZ 15.28 11.58 26.63 -
YUV 98.62 151.92 142.54 -
System Red Green Blue C M Y K H S L
Decimal 119 80 141 0.16 0.43 0 0.45 278.36 0.28 0.43
Hex 77 50 8D 10 2B 0 2D 116 1C 2B
Octal 167 120 215 20 53 0 55 426 34 53
Binary 1110111 1010000 10001101 10000 101011 0 101101 100010110 11100 101011

Color Harmonies of #77508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77508D

Black with #77508D

Text Example


Text Example

White with #77508D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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