#76489D

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

Shades of Studio #76489D

Tints of Studio #76489D

Color information

#76489D (or 0x76489D) is unknown color: approx Studio. HEX triplet: 76, 48 and 9D. RGB value is (118,72,157). Sum of RGB (Red+Green+Blue) = 118+72+157=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 157 - color contains mainly: blue. Hex color #76489D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76489D is #89B762. Grayscale: #5F5F5F. Windows color (decimal): -9025379 or 10307702. OLE color: 10307702.

HSL color Cylindrical-coordinate representation of color #76489D: hue angle of 272.47º 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 #76489D is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11872157-
CMYK0.250.5400.38
HSL272.47º37.12%44.9%-
HSV(B)272.47º54.14%61.57%-
XYZ15.8710.9233.17-
YUV95.44162.74144.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.01%
GREEN value IS 72 (28.52% from 255) = 20.75%
BLUE value IS 157 (61.72% from 255) = 45.24%
R=34.01%
G=20.75%
B=45.24%

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
Decimal118721570.250.5400.38272.4737.1244.9
Hex76489D1936026110252d
Octal16611023531660464204555
Binary1110110100100010011101110011101100100110100010000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76489D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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