#736EAC

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

Shades of Scampi #736EAC

Tints of Scampi #736EAC

Color information

#736EAC (or 0x736EAC) is unknown color: approx Scampi. HEX triplet: 73, 6E and AC. RGB value is (115,110,172). Sum of RGB (Red+Green+Blue) = 115+110+172=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 110 (43.36% from 255 or 27.71% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: blue. Hex color #736EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736EAC is #8C9153. Grayscale: #767676. Windows color (decimal): -9212244 or 11300467. OLE color: 11300467.

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

Color convert

RGB115110172-
CMYK0.330.3600.33
HSL244.84º27.19%55.29%-
HSV(B)244.84º36.05%67.45%-
XYZ20.0917.7841.4-
YUV118.56158.16125.46-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.97%
GREEN value IS 110 (43.36% from 255) = 27.71%
BLUE value IS 172 (67.58% from 255) = 43.32%
R=28.97%
G=27.71%
B=43.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151101720.330.3600.33244.8427.1955.29
Hex736EAC2124021f51b37
Octal16315625441440413653367
Binary111001111011101010110010000110010001000011111010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,110,172); }

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

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

 a { background-color: rgb(115,110,172); }

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

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

 span { border-color: rgb(115,110,172); }

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