Html Css Color HEX #774999 Studio

📋 copy color: '#774999'

red 119 ◦ green 73 ◦ blue 153

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

Shades of Studio #774999

Tints of Studio #774999

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.16%

 BLUE value IS 153 (60.16% from 255) = 44.35%

R = 34.49%
G = 21.16%
B = 44.35%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#774999 (or 0x774999) is known color: Studio. HEX triplet: 77, 49 and 99. RGB value is (119,73,153). Sum of RGB (Red+Green+Blue) = 119+73+153=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: blue. Hex color #774999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774999 is #88B666. Grayscale: #5F5F5F. Windows color (decimal): -8959591 or 10045815. OLE color: 10045815.

HSL color Cylindrical-coordinate representation of color #774999: hue angle of 274.5º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #774999 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 119 73 153 -
CMYK 0.22 0.52 0 0.4
HSL 274.5º 0.35% 0.44% -
HSV(B) 274.5º 0.52% 0.6% -
XYZ 15.74 10.99 31.43 -
YUV 95.87 160.24 144.5 -
System Red Green Blue C M Y K H S L
Decimal 119 73 153 0.22 0.52 0 0.4 274.5 0.35 0.44
Hex 77 49 99 16 34 0 28 112 23 2C
Octal 167 111 231 26 64 0 50 422 43 54
Binary 1110111 1001001 10011001 10110 110100 0 101000 100010010 100011 101100

Color Harmonies of #774999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774999

Black with #774999

Text Example


Text Example

White with #774999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774999; }

 p { color: rgb(119,73,153); }

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

background-color css

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

 a { background-color: rgb(119,73,153); }

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

border-color css

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

 span { border-color: rgb(119,73,153); }

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