#775995

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

Shades of Studio #775995

Tints of Studio #775995

Color information

#775995 (or 0x775995) is unknown color: approx Studio. HEX triplet: 77, 59 and 95. RGB value is (119,89,149). Sum of RGB (Red+Green+Blue) = 119+89+149=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 149 - color contains mainly: blue. Hex color #775995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775995 is #88A66A. Grayscale: #686868. Windows color (decimal): -8955499 or 9787767. OLE color: 9787767.

HSL color Cylindrical-coordinate representation of color #775995: hue angle of 270º 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 #775995 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11989149-
CMYK0.200.4000.42
HSL270º25.21%46.67%-
HSV(B)270º40.27%58.43%-
XYZ16.613.2430.11-
YUV104.81152.94138.12-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.33%
GREEN value IS 89 (35.16% from 255) = 24.93%
BLUE value IS 149 (58.59% from 255) = 41.74%
R=33.33%
G=24.93%
B=41.74%

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
Decimal119891490.200.4000.4227025.2146.67
Hex775995142802A10e192f
Octal16713122524500524163157
Binary111011110110011001010110100101000010101010000111011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775995; }

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

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

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

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

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

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

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

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