Html Css Color HEX #774A7F Affair

📋 copy color: '#774A7F'

red 119 ◦ green 74 ◦ blue 127

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

Shades of Affair #774A7F

Tints of Affair #774A7F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.13%

 BLUE value IS 127 (50% from 255) = 39.69%

R = 37.19%
G = 23.13%
B = 39.69%

CMYK

 C value IS 0.06

 M value IS 0.42

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#774A7F (or 0x774A7F) is known color: Affair. HEX triplet: 77, 4A and 7F. RGB value is (119,74,127). Sum of RGB (Red+Green+Blue) = 119+74+127=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 74 (29.30% from 255 or 23.12% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 127 - color contains mainly: blue. Hex color #774A7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774A7F is #88B580. Grayscale: #5D5D5D. Windows color (decimal): -8959361 or 8342135. OLE color: 8342135.

HSL color Cylindrical-coordinate representation of color #774A7F: hue angle of 290.94º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #774A7F is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 119 74 127 -
CMYK 0.06 0.42 0 0.50
HSL 290.94º 0.26% 0.39% -
HSV(B) 290.94º 0.42% 0.5% -
XYZ 13.89 10.35 21.34 -
YUV 93.5 146.91 146.19 -
System Red Green Blue C M Y K H S L
Decimal 119 74 127 0.06 0.42 0 0.50 290.94 0.26 0.39
Hex 77 4A 7F 6 2A 0 32 123 1A 27
Octal 167 112 177 6 52 0 62 443 32 47
Binary 1110111 1001010 1111111 110 101010 0 110010 100100011 11010 100111

Color Harmonies of #774A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774A7F

Black with #774A7F

Text Example


Text Example

White with #774A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774A7F; }

 p { color: rgb(119,74,127); }

 H1.HeaderClassName
 {
   color: #774A7F;
 }
 .AnyTagClassName
 {
   color: #774A7F;
 }
</style>

background-color css

<style>
 a { background-color: #774A7F; }

 a { background-color: rgb(119,74,127); }

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

border-color css

<style>
 span { border-color: #774A7F; }

 span { border-color: rgb(119,74,127); }

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