#774CA8

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

Shades of Studio #774CA8

Tints of Studio #774CA8

Color information

#774CA8 (or 0x774CA8) is unknown color: approx Studio. HEX triplet: 77, 4C and A8. RGB value is (119,76,168). Sum of RGB (Red+Green+Blue) = 119+76+168=363 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.78% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 168 (66.02% from 255 or 46.28% from 363); Max value from RGB is 168 - color contains mainly: blue. Hex color #774CA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774CA8 is #88B357. Grayscale: #636363. Windows color (decimal): -8958808 or 11029623. OLE color: 11029623.

HSL color Cylindrical-coordinate representation of color #774CA8: hue angle of 268.04º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #774CA8 is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB11976168-
CMYK0.290.5500.34
HSL268.04º37.7%47.84%-
HSV(B)268.04º54.76%65.88%-
XYZ17.2611.9238.44-
YUV99.34166.75142.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.78%
GREEN value IS 76 (30.08% from 255) = 20.94%
BLUE value IS 168 (66.02% from 255) = 46.28%
R=32.78%
G=20.94%
B=46.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal119761680.290.5500.34268.0437.747.84
Hex774CA81D3702210c2630
Octal16711425035670424144660
Binary1110111100110010101000111011101110100010100001100100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,76,168); }

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

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

 a { background-color: rgb(119,76,168); }

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

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

 span { border-color: rgb(119,76,168); }

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