Html Css Color HEX #77448D Affair

📋 copy color: '#77448D'

red 119 ◦ green 68 ◦ blue 141

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

Shades of Affair #77448D

Tints of Affair #77448D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.73%

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

R = 36.28%
G = 20.73%
B = 42.99%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77448D (or 0x77448D) is known color: Affair. HEX triplet: 77, 44 and 8D. RGB value is (119,68,141). Sum of RGB (Red+Green+Blue) = 119+68+141=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 141 - color contains mainly: blue. Hex color #77448D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77448D is #88BB72. Grayscale: #5B5B5B. Windows color (decimal): -8960883 or 9258103. OLE color: 9258103.

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

Color convert

RGB 119 68 141 -
CMYK 0.16 0.52 0 0.45
HSL 281.92º 0.35% 0.41% -
HSV(B) 281.92º 0.52% 0.55% -
XYZ 14.48 9.98 26.36 -
YUV 91.57 155.9 147.56 -
System Red Green Blue C M Y K H S L
Decimal 119 68 141 0.16 0.52 0 0.45 281.92 0.35 0.41
Hex 77 44 8D 10 34 0 2D 11A 23 29
Octal 167 104 215 20 64 0 55 432 43 51
Binary 1110111 1000100 10001101 10000 110100 0 101101 100011010 100011 101001

Color Harmonies of #77448D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77448D

Black with #77448D

Text Example


Text Example

White with #77448D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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