Html Css Color HEX #774997 Studio

📋 copy color: '#774997'

red 119 ◦ green 73 ◦ blue 151

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

Shades of Studio #774997

Tints of Studio #774997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 44.02%

R = 34.69%
G = 21.28%
B = 44.02%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#774997 (or 0x774997) is known color: Studio. HEX triplet: 77, 49 and 97. RGB value is (119,73,151). Sum of RGB (Red+Green+Blue) = 119+73+151=343 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.69% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 151 (59.38% from 255 or 44.02% from 343); Max value from RGB is 151 - color contains mainly: blue. Hex color #774997 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774997 is #88B668. Grayscale: #5F5F5F. Windows color (decimal): -8959593 or 9914743. OLE color: 9914743.

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

Color convert

RGB 119 73 151 -
CMYK 0.21 0.52 0 0.41
HSL 275.38º 0.35% 0.44% -
HSV(B) 275.38º 0.52% 0.59% -
XYZ 15.58 10.92 30.57 -
YUV 95.65 159.24 144.66 -
System Red Green Blue C M Y K H S L
Decimal 119 73 151 0.21 0.52 0 0.41 275.38 0.35 0.44
Hex 77 49 97 15 34 0 29 113 23 2C
Octal 167 111 227 25 64 0 51 423 43 54
Binary 1110111 1001001 10010111 10101 110100 0 101001 100010011 100011 101100

Color Harmonies of #774997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774997

Black with #774997

Text Example


Text Example

White with #774997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774997; }

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

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

background-color css

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

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

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

border-color css

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

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

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