Html Css Color HEX #774196 Studio

📋 copy color: '#774196'

red 119 ◦ green 65 ◦ blue 150

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

Shades of Studio #774196

Tints of Studio #774196

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.46%

 BLUE value IS 150 (58.98% from 255) = 44.91%

R = 35.63%
G = 19.46%
B = 44.91%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#774196 (or 0x774196) is known color: Studio. HEX triplet: 77, 41 and 96. RGB value is (119,65,150). Sum of RGB (Red+Green+Blue) = 119+65+150=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 150 (58.98% from 255 or 44.91% from 334); Max value from RGB is 150 - color contains mainly: blue. Hex color #774196 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774196 is #88BE69. Grayscale: #5A5A5A. Windows color (decimal): -8961642 or 9847159. OLE color: 9847159.

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

Color convert

RGB 119 65 150 -
CMYK 0.21 0.57 0 0.41
HSL 278.12º 0.4% 0.42% -
HSV(B) 278.12º 0.57% 0.59% -
XYZ 15 9.9 29.98 -
YUV 90.84 161.39 148.09 -
System Red Green Blue C M Y K H S L
Decimal 119 65 150 0.21 0.57 0 0.41 278.12 0.4 0.42
Hex 77 41 96 15 39 0 29 116 28 2A
Octal 167 101 226 25 71 0 51 426 50 52
Binary 1110111 1000001 10010110 10101 111001 0 101001 100010110 101000 101010

Color Harmonies of #774196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774196

Black with #774196

Text Example


Text Example

White with #774196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774196; }

 p { color: rgb(119,65,150); }

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

background-color css

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

 a { background-color: rgb(119,65,150); }

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

border-color css

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

 span { border-color: rgb(119,65,150); }

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