#775095

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

Shades of Studio #775095

Tints of Studio #775095

Color information

#775095 (or 0x775095) is unknown color: approx Studio. HEX triplet: 77, 50 and 95. RGB value is (119,80,149). Sum of RGB (Red+Green+Blue) = 119+80+149=348 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.20% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 149 - color contains mainly: blue. Hex color #775095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775095 is #88AF6A. Grayscale: #636363. Windows color (decimal): -8957803 or 9785463. OLE color: 9785463.

HSL color Cylindrical-coordinate representation of color #775095: hue angle of 273.91º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #775095 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11980149-
CMYK0.200.4600.42
HSL273.91º30.13%44.9%-
HSV(B)273.91º46.31%58.43%-
XYZ15.911.8329.88-
YUV99.53155.92141.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.20%
GREEN value IS 80 (31.64% from 255) = 22.99%
BLUE value IS 149 (58.59% from 255) = 42.82%
R=34.20%
G=22.99%
B=42.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119801490.200.4600.42273.9130.1344.9
Hex775095142E02A1121e2d
Octal16712022524560524223655
Binary111011110100001001010110100101110010101010001001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775095; }

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

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

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

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

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

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

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

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