#77429F

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

Shades of Studio #77429F

Tints of Studio #77429F

Color information

#77429F (or 0x77429F) is unknown color: approx Studio. HEX triplet: 77, 42 and 9F. RGB value is (119,66,159). Sum of RGB (Red+Green+Blue) = 119+66+159=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 159 (62.5% from 255 or 46.22% from 344); Max value from RGB is 159 - color contains mainly: blue. Hex color #77429F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77429F is #88BD60. Grayscale: #5C5C5C. Windows color (decimal): -8961377 or 10437239. OLE color: 10437239.

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

Color convert

RGB11966159-
CMYK0.250.5800.38
HSL274.19º41.33%44.12%-
HSV(B)274.19º58.49%62.35%-
XYZ15.8110.3233.96-
YUV92.45165.56146.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.59%
GREEN value IS 66 (26.17% from 255) = 19.19%
BLUE value IS 159 (62.5% from 255) = 46.22%
R=34.59%
G=19.19%
B=46.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal119661590.250.5800.38274.1941.3344.12
Hex77429F193A026112292c
Octal16710223731720464225154
Binary1110111100001010011111110011110100100110100010010101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77429F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77429F; }

 p { color: rgb(119,66,159); }

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

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

 a { background-color: rgb(119,66,159); }

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

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

 span { border-color: rgb(119,66,159); }

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