#7746A3

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

Shades of Studio #7746A3

Tints of Studio #7746A3

Color information

#7746A3 (or 0x7746A3) is unknown color: approx Studio. HEX triplet: 77, 46 and A3. RGB value is (119,70,163). Sum of RGB (Red+Green+Blue) = 119+70+163=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 163 (64.06% from 255 or 46.31% from 352); Max value from RGB is 163 - color contains mainly: blue. Hex color #7746A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7746A3 is #88B95C. Grayscale: #5E5E5E. Windows color (decimal): -8960349 or 10700407. OLE color: 10700407.

HSL color Cylindrical-coordinate representation of color #7746A3: hue angle of 271.61º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7746A3 is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11970163-
CMYK0.270.5700.36
HSL271.61º39.91%45.69%-
HSV(B)271.61º57.06%63.92%-
XYZ16.4110.9535.9-
YUV95.25166.23144.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.81%
GREEN value IS 70 (27.73% from 255) = 19.89%
BLUE value IS 163 (64.06% from 255) = 46.31%
R=33.81%
G=19.89%
B=46.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal119701630.270.5700.36271.6139.9145.69
Hex7746A31B39024110282e
Octal16710624333710444205056
Binary1110111100011010100011110111110010100100100010000101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7746A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7746A3; }

 p { color: rgb(119,70,163); }

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

<style>
 a { background-color: #7746A3; }

 a { background-color: rgb(119,70,163); }

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

<style>
 span { border-color: #7746A3; }

 span { border-color: rgb(119,70,163); }

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