Html Css Color HEX #77468D Affair

📋 copy color: '#77468D'

red 119 ◦ green 70 ◦ blue 141

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

Shades of Affair #77468D

Tints of Affair #77468D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.21%

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

R = 36.06%
G = 21.21%
B = 42.73%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77468D (or 0x77468D) is known color: Affair. HEX triplet: 77, 46 and 8D. RGB value is (119,70,141). Sum of RGB (Red+Green+Blue) = 119+70+141=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 141 - color contains mainly: blue. Hex color #77468D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77468D is #88B972. Grayscale: #5C5C5C. Windows color (decimal): -8960371 or 9258615. OLE color: 9258615.

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

Color convert

RGB 119 70 141 -
CMYK 0.16 0.50 0 0.45
HSL 281.41º 0.34% 0.41% -
HSV(B) 281.41º 0.5% 0.55% -
XYZ 14.61 10.23 26.4 -
YUV 92.75 155.23 146.73 -
System Red Green Blue C M Y K H S L
Decimal 119 70 141 0.16 0.50 0 0.45 281.41 0.34 0.41
Hex 77 46 8D 10 32 0 2D 119 22 29
Octal 167 106 215 20 62 0 55 431 42 51
Binary 1110111 1000110 10001101 10000 110010 0 101101 100011001 100010 101001

Color Harmonies of #77468D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77468D

Black with #77468D

Text Example


Text Example

White with #77468D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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