#774BB6

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

Shades of Studio #774BB6

Tints of Studio #774BB6

Color information

#774BB6 (or 0x774BB6) is unknown color: approx Studio. HEX triplet: 77, 4B and B6. RGB value is (119,75,182). Sum of RGB (Red+Green+Blue) = 119+75+182=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 75 (29.69% from 255 or 19.95% from 376); Blue value is 182 (71.48% from 255 or 48.40% from 376); Max value from RGB is 182 - color contains mainly: blue. Hex color #774BB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774BB6 is #88B449. Grayscale: #636363. Windows color (decimal): -8959050 or 11946871. OLE color: 11946871.

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

Color convert

RGB11975182-
CMYK0.350.5900.29
HSL264.67º42.29%50.39%-
HSV(B)264.67º58.79%71.37%-
XYZ18.5712.3345.66-
YUV100.35174.08141.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.65%
GREEN value IS 75 (29.69% from 255) = 19.95%
BLUE value IS 182 (71.48% from 255) = 48.40%
R=31.65%
G=19.95%
B=48.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal119751820.350.5900.29264.6742.2950.39
Hex774BB6233B01D1092a32
Octal16711326643730354115262
Binary1110111100101110110110100011111011011101100001001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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