#77519D

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

Shades of Studio #77519D

Tints of Studio #77519D

Color information

#77519D (or 0x77519D) is unknown color: approx Studio. HEX triplet: 77, 51 and 9D. RGB value is (119,81,157). Sum of RGB (Red+Green+Blue) = 119+81+157=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 157 (61.72% from 255 or 43.98% from 357); Max value from RGB is 157 - color contains mainly: blue. Hex color #77519D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77519D is #88AE62. Grayscale: #646464. Windows color (decimal): -8957539 or 10310007. OLE color: 10310007.

HSL color Cylindrical-coordinate representation of color #77519D: hue angle of 270º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77519D is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11981157-
CMYK0.240.4800.38
HSL270º31.93%46.67%-
HSV(B)270º48.41%61.57%-
XYZ16.6412.2433.38-
YUV101.03159.59140.82-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.33%
GREEN value IS 81 (32.03% from 255) = 22.69%
BLUE value IS 157 (61.72% from 255) = 43.98%
R=33.33%
G=22.69%
B=43.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal119811570.240.4800.3827031.9346.67
Hex77519D183002610e202f
Octal16712123530600464164057
Binary1110111101000110011101110001100000100110100001110100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77519D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77519D; }

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

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

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

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

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

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

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

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