#775196

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

Shades of Studio #775196

Tints of Studio #775196

Color information

#775196 (or 0x775196) is unknown color: approx Studio. HEX triplet: 77, 51 and 96. RGB value is (119,81,150). Sum of RGB (Red+Green+Blue) = 119+81+150=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 150 (58.98% from 255 or 42.86% from 350); Max value from RGB is 150 - color contains mainly: blue. Hex color #775196 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775196 is #88AE69. Grayscale: #636363. Windows color (decimal): -8957546 or 9851255. OLE color: 9851255.

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

Color convert

RGB11981150-
CMYK0.210.4600.41
HSL273.04º29.87%45.29%-
HSV(B)273.04º46%58.82%-
XYZ16.0612.0130.33-
YUV100.23156.09141.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34%
GREEN value IS 81 (32.03% from 255) = 23.14%
BLUE value IS 150 (58.98% from 255) = 42.86%
R=34%
G=23.14%
B=42.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal119811500.210.4600.41273.0429.8745.29
Hex775196152E0291111e2d
Octal16712122625560514213655
Binary111011110100011001011010101101110010100110001000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775196; }

 p { color: rgb(119,81,150); }

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

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

 a { background-color: rgb(119,81,150); }

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

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

 span { border-color: rgb(119,81,150); }

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