#76499C

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

Shades of Studio #76499C

Tints of Studio #76499C

Color information

#76499C (or 0x76499C) is unknown color: approx Studio. HEX triplet: 76, 49 and 9C. RGB value is (118,73,156). Sum of RGB (Red+Green+Blue) = 118+73+156=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 156 - color contains mainly: blue. Hex color #76499C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76499C is #89B663. Grayscale: #5F5F5F. Windows color (decimal): -9025124 or 10242422. OLE color: 10242422.

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

Color convert

RGB11873156-
CMYK0.240.5300.39
HSL272.53º36.24%44.9%-
HSV(B)272.53º53.21%61.18%-
XYZ15.8511.0232.74-
YUV95.92161.91143.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.01%
GREEN value IS 73 (28.91% from 255) = 21.04%
BLUE value IS 156 (61.33% from 255) = 44.96%
R=34.01%
G=21.04%
B=44.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal118731560.240.5300.39272.5336.2444.9
Hex76499C1835027111242d
Octal16611123430650474214455
Binary1110110100100110011100110001101010100111100010001100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76499C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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