#774EB6

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

Shades of Studio #774EB6

Tints of Studio #774EB6

Color information

#774EB6 (or 0x774EB6) is unknown color: approx Studio. HEX triplet: 77, 4E and B6. RGB value is (119,78,182). Sum of RGB (Red+Green+Blue) = 119+78+182=379 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.40% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 182 (71.48% from 255 or 48.02% from 379); Max value from RGB is 182 - color contains mainly: blue. Hex color #774EB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774EB6 is #88B149. Grayscale: #656565. Windows color (decimal): -8958282 or 11947639. OLE color: 11947639.

HSL color Cylindrical-coordinate representation of color #774EB6: hue angle of 263.65º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #774EB6 is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11978182-
CMYK0.350.5700.29
HSL263.65º41.6%50.98%-
HSV(B)263.65º57.14%71.37%-
XYZ18.7812.7545.73-
YUV102.12173.08140.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.40%
GREEN value IS 78 (30.86% from 255) = 20.58%
BLUE value IS 182 (71.48% from 255) = 48.02%
R=31.40%
G=20.58%
B=48.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal119781820.350.5700.29263.6541.650.98
Hex774EB6233901D1082a33
Octal16711626643710354105263
Binary1110111100111010110110100011111001011101100001000101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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