#76449D

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

Shades of Studio #76449D

Tints of Studio #76449D

Color information

#76449D (or 0x76449D) is unknown color: approx Studio. HEX triplet: 76, 44 and 9D. RGB value is (118,68,157). Sum of RGB (Red+Green+Blue) = 118+68+157=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 157 - color contains mainly: blue. Hex color #76449D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76449D is #89BB62. Grayscale: #5C5C5C. Windows color (decimal): -9026403 or 10306678. OLE color: 10306678.

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

Color convert

RGB11868157-
CMYK0.250.5700.38
HSL273.71º39.56%44.12%-
HSV(B)273.71º56.69%61.57%-
XYZ15.6210.4233.09-
YUV93.1164.06145.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.40%
GREEN value IS 68 (26.95% from 255) = 19.83%
BLUE value IS 157 (61.72% from 255) = 45.77%
R=34.40%
G=19.83%
B=45.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal118681570.250.5700.38273.7139.5644.12
Hex76449D1939026112282c
Octal16610423531710464225054
Binary1110110100010010011101110011110010100110100010010101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76449D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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