#736caa

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

Shades of Scampi #736CAA

Tints of Scampi #736CAA

Color information

#736CAA (or 0x736CAA) is unknown color: approx Scampi. HEX triplet: 73, 6C and AA. RGB value is (115,108,170). Sum of RGB (Red+Green+Blue) = 115+108+170=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 108 (42.58% from 255 or 27.48% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 170 - color contains mainly: blue. Hex color #736CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736CAA is #8C9355. Grayscale: #747474. Windows color (decimal): -9212758 or 11168883. OLE color: 11168883.

HSL color Cylindrical-coordinate representation of color #736CAA: hue angle of 246.77º 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 #736CAA is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB115108170-
CMYK0.320.3600.33
HSL246.77º26.72%54.51%-
HSV(B)246.77º36.47%66.67%-
XYZ19.6917.2740.33-
YUV117.16157.82126.46-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.26%
GREEN value IS 108 (42.58% from 255) = 27.48%
BLUE value IS 170 (66.80% from 255) = 43.26%
R=29.26%
G=27.48%
B=43.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151081700.320.3600.33246.7726.7254.51
Hex736CAA2024021f71b37
Octal16315425240440413673367
Binary111001111011001010101010000010010001000011111011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736caa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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