#77429b

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

Shades of Studio #77429B

Tints of Studio #77429B

Color information

#77429B (or 0x77429B) is unknown color: approx Studio. HEX triplet: 77, 42 and 9B. RGB value is (119,66,155). Sum of RGB (Red+Green+Blue) = 119+66+155=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 155 - color contains mainly: blue. Hex color #77429B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77429B is #88BD64. Grayscale: #5B5B5B. Windows color (decimal): -8961381 or 10175095. OLE color: 10175095.

HSL color Cylindrical-coordinate representation of color #77429B: hue angle of 275.73º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #77429B is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11966155-
CMYK0.230.5700.39
HSL275.73º40.27%43.33%-
HSV(B)275.73º57.42%60.78%-
XYZ15.4710.1832.16-
YUV91.99163.56147.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35%
GREEN value IS 66 (26.17% from 255) = 19.41%
BLUE value IS 155 (60.94% from 255) = 45.59%
R=35%
G=19.41%
B=45.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal119661550.230.5700.39275.7340.2743.33
Hex77429B1739027114282b
Octal16710223327710474245053
Binary1110111100001010011011101111110010100111100010100101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77429b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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