#7755A2

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

Shades of Studio #7755A2

Tints of Studio #7755A2

Color information

#7755A2 (or 0x7755A2) is unknown color: approx Studio. HEX triplet: 77, 55 and A2. RGB value is (119,85,162). Sum of RGB (Red+Green+Blue) = 119+85+162=366 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.51% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 162 (63.67% from 255 or 44.26% from 366); Max value from RGB is 162 - color contains mainly: blue. Hex color #7755A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7755A2 is #88AA5D. Grayscale: #676767. Windows color (decimal): -8956510 or 10638711. OLE color: 10638711.

HSL color Cylindrical-coordinate representation of color #7755A2: hue angle of 266.49º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7755A2 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11985162-
CMYK0.270.4800.36
HSL266.49º31.17%48.43%-
HSV(B)266.49º47.53%63.53%-
XYZ17.3813.0335.78-
YUV103.94160.76138.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.51%
GREEN value IS 85 (33.59% from 255) = 23.22%
BLUE value IS 162 (63.67% from 255) = 44.26%
R=32.51%
G=23.22%
B=44.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal119851620.270.4800.36266.4931.1748.43
Hex7755A21B3002410a1f30
Octal16712524233600444123760
Binary111011110101011010001011011110000010010010000101011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7755A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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