#76449A

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

Shades of Studio #76449A

Tints of Studio #76449A

Color information

#76449A (or 0x76449A) is unknown color: approx Studio. HEX triplet: 76, 44 and 9A. RGB value is (118,68,154). Sum of RGB (Red+Green+Blue) = 118+68+154=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 154 (60.55% from 255 or 45.29% from 340); Max value from RGB is 154 - color contains mainly: blue. Hex color #76449A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76449A is #89BB65. Grayscale: #5C5C5C. Windows color (decimal): -9026406 or 10110070. OLE color: 10110070.

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

Color convert

RGB11868154-
CMYK0.230.5600.40
HSL274.88º38.74%43.53%-
HSV(B)274.88º55.84%60.39%-
XYZ15.3710.3231.75-
YUV92.75162.56146.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.71%
GREEN value IS 68 (26.95% from 255) = 20%
BLUE value IS 154 (60.55% from 255) = 45.29%
R=34.71%
G=20%
B=45.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal118681540.230.5600.40274.8838.7443.53
Hex76449A1738028113272c
Octal16610423227700504234754
Binary1110110100010010011010101111110000101000100010011100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76449A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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