#77419A

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

Shades of Studio #77419A

Tints of Studio #77419A

Color information

#77419A (or 0x77419A) is unknown color: approx Studio. HEX triplet: 77, 41 and 9A. RGB value is (119,65,154). Sum of RGB (Red+Green+Blue) = 119+65+154=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 154 (60.55% from 255 or 45.56% from 338); Max value from RGB is 154 - color contains mainly: blue. Hex color #77419A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77419A is #88BE65. Grayscale: #5A5A5A. Windows color (decimal): -8961638 or 10109303. OLE color: 10109303.

HSL color Cylindrical-coordinate representation of color #77419A: hue angle of 276.4º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #77419A is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11965154-
CMYK0.230.5800.40
HSL276.4º40.64%42.94%-
HSV(B)276.4º57.79%60.39%-
XYZ15.3310.0431.7-
YUV91.29163.39147.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.21%
GREEN value IS 65 (25.78% from 255) = 19.23%
BLUE value IS 154 (60.55% from 255) = 45.56%
R=35.21%
G=19.23%
B=45.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal119651540.230.5800.40276.440.6442.94
Hex77419A173A028114292b
Octal16710123227720504245153
Binary1110111100000110011010101111110100101000100010100101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77419A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77419A; }

 p { color: rgb(119,65,154); }

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

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

 a { background-color: rgb(119,65,154); }

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

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

 span { border-color: rgb(119,65,154); }

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