#7759AB

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

Shades of Studio #7759AB

Tints of Studio #7759AB

Color information

#7759AB (or 0x7759AB) is unknown color: approx Studio. HEX triplet: 77, 59 and AB. RGB value is (119,89,171). Sum of RGB (Red+Green+Blue) = 119+89+171=379 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.40% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #7759AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7759AB is #88A654. Grayscale: #6B6B6B. Windows color (decimal): -8955477 or 11229559. OLE color: 11229559.

HSL color Cylindrical-coordinate representation of color #7759AB: hue angle of 261.95º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7759AB is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11989171-
CMYK0.300.4800.33
HSL261.95º32.8%50.98%-
HSV(B)261.95º47.95%67.06%-
XYZ18.5314.0140.26-
YUV107.32163.94136.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.40%
GREEN value IS 89 (35.16% from 255) = 23.48%
BLUE value IS 171 (67.19% from 255) = 45.12%
R=31.40%
G=23.48%
B=45.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal119891710.300.4800.33261.9532.850.98
Hex7759AB1E300211062133
Octal16713125336600414064163
Binary1110111101100110101011111101100000100001100000110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7759AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7759AB; }

 p { color: rgb(119,89,171); }

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

<style>
 a { background-color: #7759AB; }

 a { background-color: rgb(119,89,171); }

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

<style>
 span { border-color: #7759AB; }

 span { border-color: rgb(119,89,171); }

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