#76549E

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

Shades of Studio #76549E

Tints of Studio #76549E

Color information

#76549E (or 0x76549E) is unknown color: approx Studio. HEX triplet: 76, 54 and 9E. RGB value is (118,84,158). Sum of RGB (Red+Green+Blue) = 118+84+158=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 158 (62.11% from 255 or 43.89% from 360); Max value from RGB is 158 - color contains mainly: blue. Hex color #76549E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76549E is #89AB61. Grayscale: #666666. Windows color (decimal): -9022306 or 10376310. OLE color: 10376310.

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

Color convert

RGB11884158-
CMYK0.250.4700.38
HSL267.57º30.58%47.45%-
HSV(B)267.57º46.84%61.96%-
XYZ16.8112.6633.91-
YUV102.6159.26138.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.78%
GREEN value IS 84 (33.20% from 255) = 23.33%
BLUE value IS 158 (62.11% from 255) = 43.89%
R=32.78%
G=23.33%
B=43.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal118841580.250.4700.38267.5730.5847.45
Hex76549E192F02610c1f2f
Octal16612423631570464143757
Binary111011010101001001111011001101111010011010000110011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76549E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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