#77449E

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

Shades of Studio #77449E

Tints of Studio #77449E

Color information

#77449E (or 0x77449E) is unknown color: approx Studio. HEX triplet: 77, 44 and 9E. RGB value is (119,68,158). Sum of RGB (Red+Green+Blue) = 119+68+158=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 158 (62.11% from 255 or 45.80% from 345); Max value from RGB is 158 - color contains mainly: blue. Hex color #77449E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77449E is #88BB61. Grayscale: #5D5D5D. Windows color (decimal): -8960866 or 10372215. OLE color: 10372215.

HSL color Cylindrical-coordinate representation of color #77449E: hue angle of 274º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #77449E is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11968158-
CMYK0.250.5700.38
HSL274º39.82%44.31%-
HSV(B)274º56.96%61.96%-
XYZ15.8510.5233.54-
YUV93.51164.4146.18-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.49%
GREEN value IS 68 (26.95% from 255) = 19.71%
BLUE value IS 158 (62.11% from 255) = 45.80%
R=34.49%
G=19.71%
B=45.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal119681580.250.5700.3827439.8244.31
Hex77449E1939026112282c
Octal16710423631710464225054
Binary1110111100010010011110110011110010100110100010010101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77449E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77449E; }

 p { color: rgb(119,68,158); }

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

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

 a { background-color: rgb(119,68,158); }

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

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

 span { border-color: rgb(119,68,158); }

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