#7746BB

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

Shades of Studio #7746BB

Tints of Studio #7746BB

Color information

#7746BB (or 0x7746BB) is unknown color: approx Studio. HEX triplet: 77, 46 and BB. RGB value is (119,70,187). Sum of RGB (Red+Green+Blue) = 119+70+187=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 70 (27.73% from 255 or 18.62% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #7746BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7746BB is #88B944. Grayscale: #616161. Windows color (decimal): -8960325 or 12273271. OLE color: 12273271.

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

Color convert

RGB11970187-
CMYK0.360.6300.27
HSL265.13º46.25%50.39%-
HSV(B)265.13º62.57%73.33%-
XYZ18.7711.8948.32-
YUV97.99178.23142.99-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.65%
GREEN value IS 70 (27.73% from 255) = 18.62%
BLUE value IS 187 (73.44% from 255) = 49.73%
R=31.65%
G=18.62%
B=49.73%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal119701870.360.6300.27265.1346.2550.39
Hex7746BB243F01B1092e32
Octal16710627344770334115662
Binary1110111100011010111011100100111111011011100001001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7746BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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