#76569C

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

Shades of Studio #76569C

Tints of Studio #76569C

Color information

#76569C (or 0x76569C) is unknown color: approx Studio. HEX triplet: 76, 56 and 9C. RGB value is (118,86,156). Sum of RGB (Red+Green+Blue) = 118+86+156=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 156 (61.33% from 255 or 43.33% from 360); Max value from RGB is 156 - color contains mainly: blue. Hex color #76569C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76569C is #89A963. Grayscale: #676767. Windows color (decimal): -9021796 or 10245750. OLE color: 10245750.

HSL color Cylindrical-coordinate representation of color #76569C: hue angle of 267.43º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76569C is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11886156-
CMYK0.240.4500.39
HSL267.43º28.93%47.45%-
HSV(B)267.43º44.87%61.18%-
XYZ16.812.9133.06-
YUV103.55157.6138.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.78%
GREEN value IS 86 (33.98% from 255) = 23.89%
BLUE value IS 156 (61.33% from 255) = 43.33%
R=32.78%
G=23.89%
B=43.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal118861560.240.4500.39267.4328.9347.45
Hex76569C182D02710b1d2f
Octal16612623430550474133557
Binary111011010101101001110011000101101010011110000101111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76569C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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