#76479C

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

Shades of Studio #76479C

Tints of Studio #76479C

Color information

#76479C (or 0x76479C) is unknown color: approx Studio. HEX triplet: 76, 47 and 9C. RGB value is (118,71,156). Sum of RGB (Red+Green+Blue) = 118+71+156=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 156 - color contains mainly: blue. Hex color #76479C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76479C is #89B863. Grayscale: #5E5E5E. Windows color (decimal): -9025636 or 10241910. OLE color: 10241910.

HSL color Cylindrical-coordinate representation of color #76479C: hue angle of 273.18º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76479C is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11871156-
CMYK0.240.5400.39
HSL273.18º37.44%44.51%-
HSV(B)273.18º54.49%61.18%-
XYZ15.7310.7632.7-
YUV94.74162.57144.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.20%
GREEN value IS 71 (28.12% from 255) = 20.58%
BLUE value IS 156 (61.33% from 255) = 45.22%
R=34.20%
G=20.58%
B=45.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal118711560.240.5400.39273.1837.4444.51
Hex76479C1836027111252d
Octal16610723430660474214555
Binary1110110100011110011100110001101100100111100010001100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76479C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76479C; }

 p { color: rgb(118,71,156); }

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

<style>
 a { background-color: #76479C; }

 a { background-color: rgb(118,71,156); }

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

<style>
 span { border-color: #76479C; }

 span { border-color: rgb(118,71,156); }

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