#7654AA

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

Shades of Studio #7654AA

Tints of Studio #7654AA

Color information

#7654AA (or 0x7654AA) is unknown color: approx Studio. HEX triplet: 76, 54 and AA. RGB value is (118,84,170). Sum of RGB (Red+Green+Blue) = 118+84+170=372 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.72% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 170 - color contains mainly: blue. Hex color #7654AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7654AA is #89AB55. Grayscale: #676767. Windows color (decimal): -9022294 or 11162742. OLE color: 11162742.

HSL color Cylindrical-coordinate representation of color #7654AA: hue angle of 263.72º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7654AA is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11884170-
CMYK0.310.5100.33
HSL263.72º33.86%49.8%-
HSV(B)263.72º50.59%66.67%-
XYZ17.913.0939.61-
YUV103.97165.26138.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.72%
GREEN value IS 84 (33.20% from 255) = 22.58%
BLUE value IS 170 (66.80% from 255) = 45.70%
R=31.72%
G=22.58%
B=45.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118841700.310.5100.33263.7233.8649.8
Hex7654AA1F330211082232
Octal16612425237630414104262
Binary1110110101010010101010111111100110100001100001000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7654AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7654AA; }

 p { color: rgb(118,84,170); }

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

<style>
 a { background-color: #7654AA; }

 a { background-color: rgb(118,84,170); }

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

<style>
 span { border-color: #7654AA; }

 span { border-color: rgb(118,84,170); }

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