#774198

Color #774198 Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #774198

Tints of Studio #774198

Color information

#774198 (or 0x774198) is unknown color: approx Studio. HEX triplet: 77, 41 and 98. RGB value is (119,65,152). Sum of RGB (Red+Green+Blue) = 119+65+152=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 152 (59.77% from 255 or 45.24% from 336); Max value from RGB is 152 - color contains mainly: blue. Hex color #774198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774198 is #88BE67. Grayscale: #5A5A5A. Windows color (decimal): -8961640 or 9978231. OLE color: 9978231.

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

Color convert

RGB11965152-
CMYK0.220.5700.40
HSL277.24º40.09%42.55%-
HSV(B)277.24º57.24%59.61%-
XYZ15.179.9730.83-
YUV91.06162.39147.93-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.42%
GREEN value IS 65 (25.78% from 255) = 19.35%
BLUE value IS 152 (59.77% from 255) = 45.24%
R=35.42%
G=19.35%
B=45.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal119651520.220.5700.40277.2440.0942.55
Hex7741981639028115282b
Octal16710123026710504255053
Binary1110111100000110011000101101110010101000100010101101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774198; }

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

 H1.HeaderClassName
 {
   color: #774198;
 }
 .AnyTagClassName
 {
   color: #774198;
 }
</style>
background-color css

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

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

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

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

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

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