#7750AB

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

Shades of Studio #7750AB

Tints of Studio #7750AB

Color information

#7750AB (or 0x7750AB) is unknown color: approx Studio. HEX triplet: 77, 50 and AB. RGB value is (119,80,171). Sum of RGB (Red+Green+Blue) = 119+80+171=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #7750AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7750AB is #88AF54. Grayscale: #656565. Windows color (decimal): -8957781 or 11227255. OLE color: 11227255.

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

Color convert

RGB11980171-
CMYK0.300.5300.33
HSL265.71º36.25%49.22%-
HSV(B)265.71º53.22%67.06%-
XYZ17.8312.640.02-
YUV102.04166.92140.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.16%
GREEN value IS 80 (31.64% from 255) = 21.62%
BLUE value IS 171 (67.19% from 255) = 46.22%
R=32.16%
G=21.62%
B=46.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal119801710.300.5300.33265.7136.2549.22
Hex7750AB1E3502110a2431
Octal16712025336650414124461
Binary1110111101000010101011111101101010100001100001010100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7750AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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