#775B95

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

Shades of Studio #775B95

Tints of Studio #775B95

Color information

#775B95 (or 0x775B95) is unknown color: approx Studio. HEX triplet: 77, 5B and 95. RGB value is (119,91,149). Sum of RGB (Red+Green+Blue) = 119+91+149=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 91 (35.94% from 255 or 25.35% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 149 - color contains mainly: blue. Hex color #775B95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775B95 is #88A46A. Grayscale: #696969. Windows color (decimal): -8954987 or 9788279. OLE color: 9788279.

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

Color convert

RGB11991149-
CMYK0.200.3900.42
HSL268.97º24.17%47.06%-
HSV(B)268.97º38.93%58.43%-
XYZ16.7713.5730.17-
YUV105.98152.28137.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.15%
GREEN value IS 91 (35.94% from 255) = 25.35%
BLUE value IS 149 (58.59% from 255) = 41.50%
R=33.15%
G=25.35%
B=41.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119911490.200.3900.42268.9724.1747.06
Hex775B95142702A10d182f
Octal16713322524470524153057
Binary111011110110111001010110100100111010101010000110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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