#77449D

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

Shades of Studio #77449D

Tints of Studio #77449D

Color information

#77449D (or 0x77449D) is unknown color: approx Studio. HEX triplet: 77, 44 and 9D. RGB value is (119,68,157). Sum of RGB (Red+Green+Blue) = 119+68+157=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 68 (26.95% from 255 or 19.77% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 157 - color contains mainly: blue. Hex color #77449D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77449D is #88BB62. Grayscale: #5D5D5D. Windows color (decimal): -8960867 or 10306679. OLE color: 10306679.

HSL color Cylindrical-coordinate representation of color #77449D: hue angle of 274.38º 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 #77449D is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11968157-
CMYK0.240.5700.38
HSL274.38º39.56%44.12%-
HSV(B)274.38º56.69%61.57%-
XYZ15.7610.4933.09-
YUV93.39163.9146.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.59%
GREEN value IS 68 (26.95% from 255) = 19.77%
BLUE value IS 157 (61.72% from 255) = 45.64%
R=34.59%
G=19.77%
B=45.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal119681570.240.5700.38274.3839.5644.12
Hex77449D1839026112282c
Octal16710423530710464225054
Binary1110111100010010011101110001110010100110100010010101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77449D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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