#774CB4

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

Shades of Studio #774CB4

Tints of Studio #774CB4

Color information

#774CB4 (or 0x774CB4) is unknown color: approx Studio. HEX triplet: 77, 4C and B4. RGB value is (119,76,180). Sum of RGB (Red+Green+Blue) = 119+76+180=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 180 (70.70% from 255 or 48% from 375); Max value from RGB is 180 - color contains mainly: blue. Hex color #774CB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774CB4 is #88B34B. Grayscale: #646464. Windows color (decimal): -8958796 or 11816055. OLE color: 11816055.

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

Color convert

RGB11976180-
CMYK0.340.5800.29
HSL264.81º40.94%50.2%-
HSV(B)264.81º57.78%70.59%-
XYZ18.4312.3944.6-
YUV100.71172.75141.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.73%
GREEN value IS 76 (30.08% from 255) = 20.27%
BLUE value IS 180 (70.70% from 255) = 48%
R=31.73%
G=20.27%
B=48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal119761800.340.5800.29264.8140.9450.2
Hex774CB4223A01D1092932
Octal16711426442720354115162
Binary1110111100110010110100100010111010011101100001001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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