#76459A

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

Shades of Studio #76459A

Tints of Studio #76459A

Color information

#76459A (or 0x76459A) is unknown color: approx Studio. HEX triplet: 76, 45 and 9A. RGB value is (118,69,154). Sum of RGB (Red+Green+Blue) = 118+69+154=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 154 - color contains mainly: blue. Hex color #76459A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76459A is #89BA65. Grayscale: #5D5D5D. Windows color (decimal): -9026150 or 10110326. OLE color: 10110326.

HSL color Cylindrical-coordinate representation of color #76459A: hue angle of 274.59º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76459A is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11869154-
CMYK0.230.5500.40
HSL274.59º38.12%43.73%-
HSV(B)274.59º55.19%60.39%-
XYZ15.4310.4431.77-
YUV93.34162.23145.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.60%
GREEN value IS 69 (27.34% from 255) = 20.23%
BLUE value IS 154 (60.55% from 255) = 45.16%
R=34.60%
G=20.23%
B=45.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal118691540.230.5500.40274.5938.1243.73
Hex76459A1737028113262c
Octal16610523227670504234654
Binary1110110100010110011010101111101110101000100010011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76459A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76459A; }

 p { color: rgb(118,69,154); }

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

<style>
 a { background-color: #76459A; }

 a { background-color: rgb(118,69,154); }

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

<style>
 span { border-color: #76459A; }

 span { border-color: rgb(118,69,154); }

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