Html Css Color HEX #774C97 Studio

📋 copy color: '#774C97'

red 119 ◦ green 76 ◦ blue 151

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

Shades of Studio #774C97

Tints of Studio #774C97

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.97%

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

R = 34.39%
G = 21.97%
B = 43.64%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#774C97 (or 0x774C97) is known color: Studio. HEX triplet: 77, 4C and 97. RGB value is (119,76,151). Sum of RGB (Red+Green+Blue) = 119+76+151=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 151 (59.38% from 255 or 43.64% from 346); Max value from RGB is 151 - color contains mainly: blue. Hex color #774C97 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774C97 is #88B368. Grayscale: #616161. Windows color (decimal): -8958825 or 9915511. OLE color: 9915511.

HSL color Cylindrical-coordinate representation of color #774C97: hue angle of 274.4º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #774C97 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 119 76 151 -
CMYK 0.21 0.50 0 0.41
HSL 274.4º 0.33% 0.45% -
HSV(B) 274.4º 0.5% 0.59% -
XYZ 15.78 11.33 30.63 -
YUV 97.41 158.25 143.4 -
System Red Green Blue C M Y K H S L
Decimal 119 76 151 0.21 0.50 0 0.41 274.4 0.33 0.45
Hex 77 4C 97 15 32 0 29 112 21 2D
Octal 167 114 227 25 62 0 51 422 41 55
Binary 1110111 1001100 10010111 10101 110010 0 101001 100010010 100001 101101

Color Harmonies of #774C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774C97

Black with #774C97

Text Example


Text Example

White with #774C97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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