#736C92

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

Shades of Scampi #736C92

Tints of Scampi #736C92

Color information

#736C92 (or 0x736C92) is unknown color: approx Scampi. HEX triplet: 73, 6C and 92. RGB value is (115,108,146). Sum of RGB (Red+Green+Blue) = 115+108+146=369 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.17% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 146 - color contains mainly: blue. Hex color #736C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736C92 is #8C936D. Grayscale: #727272. Windows color (decimal): -9212782 or 9596019. OLE color: 9596019.

HSL color Cylindrical-coordinate representation of color #736C92: hue angle of 251.05º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #736C92 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB115108146-
CMYK0.210.2600.43
HSL251.05º14.96%49.8%-
HSV(B)251.05º26.03%57.25%-
XYZ17.6216.4529.44-
YUV114.42145.82128.41-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.17%
GREEN value IS 108 (42.58% from 255) = 29.27%
BLUE value IS 146 (57.42% from 255) = 39.57%
R=31.17%
G=29.27%
B=39.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1151081460.210.2600.43251.0514.9649.8
Hex736C92151A02Bfbf32
Octal16315422225320533731762
Binary111001111011001001001010101110100101011111110111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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