#7755AA

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

Shades of Studio #7755AA

Tints of Studio #7755AA

Color information

#7755AA (or 0x7755AA) is unknown color: approx Studio. HEX triplet: 77, 55 and AA. RGB value is (119,85,170). Sum of RGB (Red+Green+Blue) = 119+85+170=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #7755AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7755AA is #88AA55. Grayscale: #686868. Windows color (decimal): -8956502 or 11162999. OLE color: 11162999.

HSL color Cylindrical-coordinate representation of color #7755AA: hue angle of 264º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7755AA is Cyan = 0.3, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11985170-
CMYK0.30.5000.33
HSL264º33.33%50%-
HSV(B)264º50%66.67%-
XYZ18.1113.3239.65-
YUV104.86164.76138.09-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.82%
GREEN value IS 85 (33.59% from 255) = 22.73%
BLUE value IS 170 (66.80% from 255) = 45.45%
R=31.82%
G=22.73%
B=45.45%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal119851700.30.5000.3326433.3350
Hex7755AA1E320211082132
Octal16712525236620414104162
Binary1110111101010110101010111101100100100001100001000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7755AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7755AA; }

 p { color: rgb(119,85,170); }

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

<style>
 a { background-color: #7755AA; }

 a { background-color: rgb(119,85,170); }

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

<style>
 span { border-color: #7755AA; }

 span { border-color: rgb(119,85,170); }

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