#775795

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

Shades of Studio #775795

Tints of Studio #775795

Color information

#775795 (or 0x775795) is unknown color: approx Studio. HEX triplet: 77, 57 and 95. RGB value is (119,87,149). Sum of RGB (Red+Green+Blue) = 119+87+149=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 149 - color contains mainly: blue. Hex color #775795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775795 is #88A86A. Grayscale: #676767. Windows color (decimal): -8956011 or 9787255. OLE color: 9787255.

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

Color convert

RGB11987149-
CMYK0.200.4200.42
HSL270.97º26.27%46.27%-
HSV(B)270.97º41.61%58.43%-
XYZ16.4412.9130.06-
YUV103.64153.6138.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.52%
GREEN value IS 87 (34.38% from 255) = 24.51%
BLUE value IS 149 (58.59% from 255) = 41.97%
R=33.52%
G=24.51%
B=41.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119871490.200.4200.42270.9726.2746.27
Hex775795142A02A10f1a2e
Octal16712722524520524173256
Binary111011110101111001010110100101010010101010000111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775795; }

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

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

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

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

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

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

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

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