Html Css Color HEX #774C98 Studio

📋 copy color: '#774C98'

red 119 ◦ green 76 ◦ blue 152

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

Shades of Studio #774C98

Tints of Studio #774C98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 43.8%

R = 34.29%
G = 21.9%
B = 43.8%

CMYK

 C value IS 0.22

 M value IS 0.50

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#774C98 (or 0x774C98) is known color: Studio. HEX triplet: 77, 4C and 98. RGB value is (119,76,152). Sum of RGB (Red+Green+Blue) = 119+76+152=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 152 (59.77% from 255 or 43.80% from 347); Max value from RGB is 152 - color contains mainly: blue. Hex color #774C98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774C98 is #88B367. Grayscale: #616161. Windows color (decimal): -8958824 or 9981047. OLE color: 9981047.

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

Color convert

RGB 119 76 152 -
CMYK 0.22 0.50 0 0.40
HSL 273.95º 0.33% 0.45% -
HSV(B) 273.95º 0.5% 0.6% -
XYZ 15.86 11.36 31.06 -
YUV 97.52 158.75 143.32 -
System Red Green Blue C M Y K H S L
Decimal 119 76 152 0.22 0.50 0 0.40 273.95 0.33 0.45
Hex 77 4C 98 16 32 0 28 112 21 2D
Octal 167 114 230 26 62 0 50 422 41 55
Binary 1110111 1001100 10011000 10110 110010 0 101000 100010010 100001 101101

Color Harmonies of #774C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774C98

Black with #774C98

Text Example


Text Example

White with #774C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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