#77439B

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

Shades of Studio #77439B

Tints of Studio #77439B

Color information

#77439B (or 0x77439B) is unknown color: approx Studio. HEX triplet: 77, 43 and 9B. RGB value is (119,67,155). Sum of RGB (Red+Green+Blue) = 119+67+155=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #77439B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77439B is #88BC64. Grayscale: #5C5C5C. Windows color (decimal): -8961125 or 10175351. OLE color: 10175351.

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

Color convert

RGB11967155-
CMYK0.230.5700.39
HSL275.45º39.64%43.53%-
HSV(B)275.45º56.77%60.78%-
XYZ15.5310.332.18-
YUV92.58163.23146.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.90%
GREEN value IS 67 (26.56% from 255) = 19.65%
BLUE value IS 155 (60.94% from 255) = 45.45%
R=34.90%
G=19.65%
B=45.45%

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
Decimal119671550.230.5700.39275.4539.6443.53
Hex77439B1739027113282c
Octal16710323327710474235054
Binary1110111100001110011011101111110010100111100010011101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77439B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77439B; }

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

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

<style>
 a { background-color: #77439B; }

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

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

<style>
 span { border-color: #77439B; }

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

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