#775696

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

Shades of Studio #775696

Tints of Studio #775696

Color information

#775696 (or 0x775696) is unknown color: approx Studio. HEX triplet: 77, 56 and 96. RGB value is (119,86,150). Sum of RGB (Red+Green+Blue) = 119+86+150=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 150 (58.98% from 255 or 42.25% from 355); Max value from RGB is 150 - color contains mainly: blue. Hex color #775696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775696 is #88A969. Grayscale: #666666. Windows color (decimal): -8956266 or 9852535. OLE color: 9852535.

HSL color Cylindrical-coordinate representation of color #775696: hue angle of 270.94º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #775696 is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11986150-
CMYK0.210.4300.41
HSL270.94º27.12%46.27%-
HSV(B)270.94º42.67%58.82%-
XYZ16.4412.7830.45-
YUV103.16154.43139.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.52%
GREEN value IS 86 (33.98% from 255) = 24.23%
BLUE value IS 150 (58.98% from 255) = 42.25%
R=33.52%
G=24.23%
B=42.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal119861500.210.4300.41270.9427.1246.27
Hex775696152B02910f1b2e
Octal16712622625530514173356
Binary111011110101101001011010101101011010100110000111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775696; }

 p { color: rgb(119,86,150); }

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

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

 a { background-color: rgb(119,86,150); }

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

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

 span { border-color: rgb(119,86,150); }

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