#736AAA

Color #736AAA Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #736AAA

Tints of Scampi #736AAA

Color information

#736AAA (or 0x736AAA) is unknown color: approx Scampi. HEX triplet: 73, 6A and AA. RGB value is (115,106,170). Sum of RGB (Red+Green+Blue) = 115+106+170=391 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.41% from 391); Green value is 106 (41.80% from 255 or 27.11% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 170 - color contains mainly: blue. Hex color #736AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736AAA is #8C9555. Grayscale: #737373. Windows color (decimal): -9213270 or 11168371. OLE color: 11168371.

HSL color Cylindrical-coordinate representation of color #736AAA: hue angle of 248.44º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #736AAA is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB115106170-
CMYK0.320.3800.33
HSL248.44º27.35%54.12%-
HSV(B)248.44º37.65%66.67%-
XYZ19.4816.8640.26-
YUV115.99158.48127.3-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.41%
GREEN value IS 106 (41.80% from 255) = 27.11%
BLUE value IS 170 (66.80% from 255) = 43.48%
R=29.41%
G=27.11%
B=43.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151061700.320.3800.33248.4427.3554.12
Hex736AAA2026021f81b36
Octal16315225240460413703366
Binary111001111010101010101010000010011001000011111100011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736AAA; }

 p { color: rgb(115,106,170); }

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

<style>
 a { background-color: #736AAA; }

 a { background-color: rgb(115,106,170); }

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

<style>
 span { border-color: #736AAA; }

 span { border-color: rgb(115,106,170); }

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