#76599B

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

Shades of Studio #76599B

Tints of Studio #76599B

Color information

#76599B (or 0x76599B) is unknown color: approx Studio. HEX triplet: 76, 59 and 9B. RGB value is (118,89,155). Sum of RGB (Red+Green+Blue) = 118+89+155=362 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.60% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 155 - color contains mainly: blue. Hex color #76599B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76599B is #89A664. Grayscale: #686868. Windows color (decimal): -9021029 or 10180982. OLE color: 10180982.

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

Color convert

RGB11889155-
CMYK0.240.4300.39
HSL266.36º27.05%47.84%-
HSV(B)266.36º42.58%60.78%-
XYZ16.9613.3632.7-
YUV105.2156.11137.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.60%
GREEN value IS 89 (35.16% from 255) = 24.59%
BLUE value IS 155 (60.94% from 255) = 42.82%
R=32.60%
G=24.59%
B=42.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal118891550.240.4300.39266.3627.0547.84
Hex76599B182B02710a1b30
Octal16613123330530474123360
Binary111011010110011001101111000101011010011110000101011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76599B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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