#775A95

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

Shades of Studio #775A95

Tints of Studio #775A95

Color information

#775A95 (or 0x775A95) is unknown color: approx Studio. HEX triplet: 77, 5A and 95. RGB value is (119,90,149). Sum of RGB (Red+Green+Blue) = 119+90+149=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 149 - color contains mainly: blue. Hex color #775A95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775A95 is #88A56A. Grayscale: #696969. Windows color (decimal): -8955243 or 9788023. OLE color: 9788023.

HSL color Cylindrical-coordinate representation of color #775A95: hue angle of 269.49º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #775A95 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11990149-
CMYK0.200.4000.42
HSL269.49º24.69%46.86%-
HSV(B)269.49º39.6%58.43%-
XYZ16.6913.430.14-
YUV105.4152.61137.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.24%
GREEN value IS 90 (35.55% from 255) = 25.14%
BLUE value IS 149 (58.59% from 255) = 41.62%
R=33.24%
G=25.14%
B=41.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119901490.200.4000.42269.4924.6946.86
Hex775A95142802A10d192f
Octal16713222524500524153157
Binary111011110110101001010110100101000010101010000110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775A95; }

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

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

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

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

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

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

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

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