#7745AB

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

Shades of Studio #7745AB

Tints of Studio #7745AB

Color information

#7745AB (or 0x7745AB) is unknown color: approx Studio. HEX triplet: 77, 45 and AB. RGB value is (119,69,171). Sum of RGB (Red+Green+Blue) = 119+69+171=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #7745AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7745AB is #88BA54. Grayscale: #5F5F5F. Windows color (decimal): -8960597 or 11224439. OLE color: 11224439.

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

Color convert

RGB11969171-
CMYK0.300.6000.33
HSL269.41º42.5%47.06%-
HSV(B)269.41º59.65%67.06%-
XYZ17.0911.1239.77-
YUV95.58170.56144.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.15%
GREEN value IS 69 (27.34% from 255) = 19.22%
BLUE value IS 171 (67.19% from 255) = 47.63%
R=33.15%
G=19.22%
B=47.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal119691710.300.6000.33269.4142.547.06
Hex7745AB1E3C02110d2a2f
Octal16710525336740414155257
Binary1110111100010110101011111101111000100001100001101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7745AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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