#7756AE

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

Shades of Studio #7756AE

Tints of Studio #7756AE

Color information

#7756AE (or 0x7756AE) is unknown color: approx Studio. HEX triplet: 77, 56 and AE. RGB value is (119,86,174). Sum of RGB (Red+Green+Blue) = 119+86+174=379 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.40% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 174 - color contains mainly: blue. Hex color #7756AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7756AE is #88A951. Grayscale: #696969. Windows color (decimal): -8956242 or 11425399. OLE color: 11425399.

HSL color Cylindrical-coordinate representation of color #7756AE: hue angle of 262.5º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7756AE is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11986174-
CMYK0.320.5100.32
HSL262.5º35.2%50.98%-
HSV(B)262.5º50.57%68.24%-
XYZ18.5813.6341.7-
YUV105.9166.43137.34-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.40%
GREEN value IS 86 (33.98% from 255) = 22.69%
BLUE value IS 174 (68.36% from 255) = 45.91%
R=31.40%
G=22.69%
B=45.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal119861740.320.5100.32262.535.250.98
Hex7756AE20330201062333
Octal16712625640630404064363
Binary11101111010110101011101000001100110100000100000110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7756AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7756AE; }

 p { color: rgb(119,86,174); }

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

<style>
 a { background-color: #7756AE; }

 a { background-color: rgb(119,86,174); }

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

<style>
 span { border-color: #7756AE; }

 span { border-color: rgb(119,86,174); }

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