#736F92

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

Shades of Scampi #736F92

Tints of Scampi #736F92

Color information

#736F92 (or 0x736F92) is unknown color: approx Scampi. HEX triplet: 73, 6F and 92. RGB value is (115,111,146). Sum of RGB (Red+Green+Blue) = 115+111+146=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 146 - color contains mainly: blue. Hex color #736F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736F92 is #8C906D. Grayscale: #747474. Windows color (decimal): -9212014 or 9596787. OLE color: 9596787.

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

Color convert

RGB115111146-
CMYK0.210.2400.43
HSL246.86º13.83%50.39%-
HSV(B)246.86º23.97%57.25%-
XYZ17.9417.0929.55-
YUV116.19144.83127.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.91%
GREEN value IS 111 (43.75% from 255) = 29.84%
BLUE value IS 146 (57.42% from 255) = 39.25%
R=30.91%
G=29.84%
B=39.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1151111460.210.2400.43246.8613.8350.39
Hex736F92151802Bf7e32
Octal16315722225300533671662
Binary111001111011111001001010101110000101011111101111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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