Html Css Color HEX #77428C Affair

📋 copy color: '#77428C'

red 119 ◦ green 66 ◦ blue 140

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

Shades of Affair #77428C

Tints of Affair #77428C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.31%

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

R = 36.62%
G = 20.31%
B = 43.08%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77428C (or 0x77428C) is known color: Affair. HEX triplet: 77, 42 and 8C. RGB value is (119,66,140). Sum of RGB (Red+Green+Blue) = 119+66+140=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 140 (55.08% from 255 or 43.08% from 325); Max value from RGB is 140 - color contains mainly: blue. Hex color #77428C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77428C is #88BD73. Grayscale: #5A5A5A. Windows color (decimal): -8961396 or 9192055. OLE color: 9192055.

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

Color convert

RGB 119 66 140 -
CMYK 0.15 0.53 0 0.45
HSL 282.97º 0.36% 0.4% -
HSV(B) 282.97º 0.53% 0.55% -
XYZ 14.29 9.71 25.93 -
YUV 90.28 156.06 148.48 -
System Red Green Blue C M Y K H S L
Decimal 119 66 140 0.15 0.53 0 0.45 282.97 0.36 0.4
Hex 77 42 8C F 35 0 2D 11B 24 28
Octal 167 102 214 17 65 0 55 433 44 50
Binary 1110111 1000010 10001100 1111 110101 0 101101 100011011 100100 101000

Color Harmonies of #77428C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77428C

Black with #77428C

Text Example


Text Example

White with #77428C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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