#76569A

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

Shades of Studio #76569A

Tints of Studio #76569A

Color information

#76569A (or 0x76569A) is unknown color: approx Studio. HEX triplet: 76, 56 and 9A. RGB value is (118,86,154). Sum of RGB (Red+Green+Blue) = 118+86+154=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 154 (60.55% from 255 or 43.02% from 358); Max value from RGB is 154 - color contains mainly: blue. Hex color #76569A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76569A is #89A965. Grayscale: #676767. Windows color (decimal): -9021798 or 10114678. OLE color: 10114678.

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

Color convert

RGB11886154-
CMYK0.230.4400.40
HSL268.24º28.33%47.06%-
HSV(B)268.24º44.16%60.39%-
XYZ16.6312.8432.17-
YUV103.32156.6138.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.96%
GREEN value IS 86 (33.98% from 255) = 24.02%
BLUE value IS 154 (60.55% from 255) = 43.02%
R=32.96%
G=24.02%
B=43.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal118861540.230.4400.40268.2428.3347.06
Hex76569A172C02810c1c2f
Octal16612623227540504143457
Binary111011010101101001101010111101100010100010000110011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76569A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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