#76549D

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

Shades of Studio #76549D

Tints of Studio #76549D

Color information

#76549D (or 0x76549D) is unknown color: approx Studio. HEX triplet: 76, 54 and 9D. RGB value is (118,84,157). Sum of RGB (Red+Green+Blue) = 118+84+157=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 157 - color contains mainly: blue. Hex color #76549D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76549D is #89AB62. Grayscale: #666666. Windows color (decimal): -9022307 or 10310774. OLE color: 10310774.

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

Color convert

RGB11884157-
CMYK0.250.4600.38
HSL267.95º30.29%47.25%-
HSV(B)267.95º46.5%61.57%-
XYZ16.7312.6333.45-
YUV102.49158.76139.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.87%
GREEN value IS 84 (33.20% from 255) = 23.40%
BLUE value IS 157 (61.72% from 255) = 43.73%
R=32.87%
G=23.40%
B=43.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal118841570.250.4600.38267.9530.2947.25
Hex76549D192E02610c1e2f
Octal16612423531560464143657
Binary111011010101001001110111001101110010011010000110011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76549D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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