#76409E

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

Shades of Studio #76409E

Tints of Studio #76409E

Color information

#76409E (or 0x76409E) is unknown color: approx Studio. HEX triplet: 76, 40 and 9E. RGB value is (118,64,158). Sum of RGB (Red+Green+Blue) = 118+64+158=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 158 (62.11% from 255 or 46.47% from 340); Max value from RGB is 158 - color contains mainly: blue. Hex color #76409E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76409E is #89BF61. Grayscale: #5A5A5A. Windows color (decimal): -9027426 or 10371190. OLE color: 10371190.

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

Color convert

RGB11864158-
CMYK0.250.5900.38
HSL274.47º42.34%43.53%-
HSV(B)274.47º59.49%61.96%-
XYZ15.489.9933.46-
YUV90.86165.89147.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.71%
GREEN value IS 64 (25.39% from 255) = 18.82%
BLUE value IS 158 (62.11% from 255) = 46.47%
R=34.71%
G=18.82%
B=46.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal118641580.250.5900.38274.4742.3443.53
Hex76409E193B0261122a2c
Octal16610023631730464225254
Binary1110110100000010011110110011110110100110100010010101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76409E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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