#77469B

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

Shades of Studio #77469B

Tints of Studio #77469B

Color information

#77469B (or 0x77469B) is unknown color: approx Studio. HEX triplet: 77, 46 and 9B. RGB value is (119,70,155). Sum of RGB (Red+Green+Blue) = 119+70+155=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 155 - color contains mainly: blue. Hex color #77469B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77469B is #88B964. Grayscale: #5E5E5E. Windows color (decimal): -8960357 or 10176119. OLE color: 10176119.

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

Color convert

RGB11970155-
CMYK0.230.5500.39
HSL274.59º37.78%44.12%-
HSV(B)274.59º54.84%60.78%-
XYZ15.7110.6732.24-
YUV94.34162.23145.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.59%
GREEN value IS 70 (27.73% from 255) = 20.35%
BLUE value IS 155 (60.94% from 255) = 45.06%
R=34.59%
G=20.35%
B=45.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal119701550.230.5500.39274.5937.7844.12
Hex77469B1737027113262c
Octal16710623327670474234654
Binary1110111100011010011011101111101110100111100010011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77469B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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