Html Css Color HEX #77508C Affair

📋 copy color: '#77508C'

red 119 ◦ green 80 ◦ blue 140

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

Shades of Affair #77508C

Tints of Affair #77508C

RGB

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

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

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

R = 35.1%
G = 23.6%
B = 41.3%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77508C (or 0x77508C) is known color: Affair. HEX triplet: 77, 50 and 8C. RGB value is (119,80,140). Sum of RGB (Red+Green+Blue) = 119+80+140=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 140 - color contains mainly: blue. Hex color #77508C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77508C is #88AF73. Grayscale: #626262. Windows color (decimal): -8957812 or 9195639. OLE color: 9195639.

HSL color Cylindrical-coordinate representation of color #77508C: hue angle of 279º degrees, saturation: 0.27, 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 #77508C is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 80 140 -
CMYK 0.15 0.43 0 0.45
HSL 279º 0.27% 0.43% -
HSV(B) 279º 0.43% 0.55% -
XYZ 15.21 11.55 26.24 -
YUV 98.5 151.42 142.62 -
System Red Green Blue C M Y K H S L
Decimal 119 80 140 0.15 0.43 0 0.45 279 0.27 0.43
Hex 77 50 8C F 2B 0 2D 117 1B 2B
Octal 167 120 214 17 53 0 55 427 33 53
Binary 1110111 1010000 10001100 1111 101011 0 101101 100010111 11011 101011

Color Harmonies of #77508C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77508C

Black with #77508C

Text Example


Text Example

White with #77508C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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