#774F9A

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

Shades of Studio #774F9A

Tints of Studio #774F9A

Color information

#774F9A (or 0x774F9A) is unknown color: approx Studio. HEX triplet: 77, 4F and 9A. RGB value is (119,79,154). Sum of RGB (Red+Green+Blue) = 119+79+154=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 154 (60.55% from 255 or 43.75% from 352); Max value from RGB is 154 - color contains mainly: blue. Hex color #774F9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774F9A is #88B065. Grayscale: #636363. Windows color (decimal): -8958054 or 10112887. OLE color: 10112887.

HSL color Cylindrical-coordinate representation of color #774F9A: hue angle of 272º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #774F9A is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11979154-
CMYK0.230.4900.40
HSL272º32.19%45.69%-
HSV(B)272º48.7%60.39%-
XYZ16.2411.8532-
YUV99.51158.75141.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.81%
GREEN value IS 79 (31.25% from 255) = 22.44%
BLUE value IS 154 (60.55% from 255) = 43.75%
R=33.81%
G=22.44%
B=43.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal119791540.230.4900.4027232.1945.69
Hex774F9A1731028110202e
Octal16711723227610504204056
Binary1110111100111110011010101111100010101000100010000100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,79,154); }

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

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

 a { background-color: rgb(119,79,154); }

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

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

 span { border-color: rgb(119,79,154); }

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