#774EA3

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

Shades of Studio #774EA3

Tints of Studio #774EA3

Color information

#774EA3 (or 0x774EA3) is unknown color: approx Studio. HEX triplet: 77, 4E and A3. RGB value is (119,78,163). Sum of RGB (Red+Green+Blue) = 119+78+163=360 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.06% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 163 (64.06% from 255 or 45.28% from 360); Max value from RGB is 163 - color contains mainly: blue. Hex color #774EA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774EA3 is #88B15C. Grayscale: #636363. Windows color (decimal): -8958301 or 10702455. OLE color: 10702455.

HSL color Cylindrical-coordinate representation of color #774EA3: hue angle of 268.94º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #774EA3 is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11978163-
CMYK0.270.5200.36
HSL268.94º35.27%47.25%-
HSV(B)268.94º52.15%63.92%-
XYZ16.9412.0236.08-
YUV99.95163.58141.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.06%
GREEN value IS 78 (30.86% from 255) = 21.67%
BLUE value IS 163 (64.06% from 255) = 45.28%
R=33.06%
G=21.67%
B=45.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal119781630.270.5200.36268.9435.2747.25
Hex774EA31B3402410d232f
Octal16711624333640444154357
Binary1110111100111010100011110111101000100100100001101100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,78,163); }

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

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

 a { background-color: rgb(119,78,163); }

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

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

 span { border-color: rgb(119,78,163); }

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