#774098

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

Shades of Studio #774098

Tints of Studio #774098

Color information

#774098 (or 0x774098) is unknown color: approx Studio. HEX triplet: 77, 40 and 98. RGB value is (119,64,152). Sum of RGB (Red+Green+Blue) = 119+64+152=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 152 (59.77% from 255 or 45.37% from 335); Max value from RGB is 152 - color contains mainly: blue. Hex color #774098 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774098 is #88BF67. Grayscale: #5A5A5A. Windows color (decimal): -8961896 or 9977975. OLE color: 9977975.

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

Color convert

RGB11964152-
CMYK0.220.5800.40
HSL277.5º40.74%42.35%-
HSV(B)277.5º57.89%59.61%-
XYZ15.119.8630.81-
YUV90.48162.72148.34-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.52%
GREEN value IS 64 (25.39% from 255) = 19.10%
BLUE value IS 152 (59.77% from 255) = 45.37%
R=35.52%
G=19.10%
B=45.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal119641520.220.5800.40277.540.7442.35
Hex774098163A028116292a
Octal16710023026720504265152
Binary1110111100000010011000101101110100101000100010110101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774098; }

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

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

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

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

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

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

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

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