#76469B

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

Shades of Studio #76469B

Tints of Studio #76469B

Color information

#76469B (or 0x76469B) is unknown color: approx Studio. HEX triplet: 76, 46 and 9B. RGB value is (118,70,155). Sum of RGB (Red+Green+Blue) = 118+70+155=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 155 - color contains mainly: blue. Hex color #76469B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76469B is #89B964. Grayscale: #5D5D5D. Windows color (decimal): -9025893 or 10176118. OLE color: 10176118.

HSL color Cylindrical-coordinate representation of color #76469B: hue angle of 273.88º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76469B is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11870155-
CMYK0.240.5500.39
HSL273.88º37.78%44.12%-
HSV(B)273.88º54.84%60.78%-
XYZ15.5810.632.24-
YUV94.04162.4145.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.40%
GREEN value IS 70 (27.73% from 255) = 20.41%
BLUE value IS 155 (60.94% from 255) = 45.19%
R=34.40%
G=20.41%
B=45.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal118701550.240.5500.39273.8837.7844.12
Hex76469B1837027112262c
Octal16610623330670474224654
Binary1110110100011010011011110001101110100111100010010100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76469B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76469B; }

 p { color: rgb(118,70,155); }

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

<style>
 a { background-color: #76469B; }

 a { background-color: rgb(118,70,155); }

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

<style>
 span { border-color: #76469B; }

 span { border-color: rgb(118,70,155); }

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