#76499D

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

Shades of Studio #76499D

Tints of Studio #76499D

Color information

#76499D (or 0x76499D) is unknown color: approx Studio. HEX triplet: 76, 49 and 9D. RGB value is (118,73,157). Sum of RGB (Red+Green+Blue) = 118+73+157=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 157 - color contains mainly: blue. Hex color #76499D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76499D is #89B662. Grayscale: #5F5F5F. Windows color (decimal): -9025123 or 10307958. OLE color: 10307958.

HSL color Cylindrical-coordinate representation of color #76499D: hue angle of 272.14º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76499D is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11873157-
CMYK0.250.5400.38
HSL272.14º36.52%45.1%-
HSV(B)272.14º53.5%61.57%-
XYZ15.9411.0533.19-
YUV96.03162.41143.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.91%
GREEN value IS 73 (28.91% from 255) = 20.98%
BLUE value IS 157 (61.72% from 255) = 45.11%
R=33.91%
G=20.98%
B=45.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal118731570.250.5400.38272.1436.5245.1
Hex76499D1936026110252d
Octal16611123531660464204555
Binary1110110100100110011101110011101100100110100010000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76499D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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