#736F90

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

Shades of Scampi #736F90

Tints of Scampi #736F90

Color information

#736F90 (or 0x736F90) is unknown color: approx Scampi. HEX triplet: 73, 6F and 90. RGB value is (115,111,144). Sum of RGB (Red+Green+Blue) = 115+111+144=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 144 - color contains mainly: blue. Hex color #736F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736F90 is #8C906F. Grayscale: #737373. Windows color (decimal): -9212016 or 9465715. OLE color: 9465715.

HSL color Cylindrical-coordinate representation of color #736F90: hue angle of 247.27º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #736F90 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB115111144-
CMYK0.200.2300.44
HSL247.27º12.94%50%-
HSV(B)247.27º22.92%56.47%-
XYZ17.7917.0328.73-
YUV115.96143.83127.32-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.08%
GREEN value IS 111 (43.75% from 255) = 30%
BLUE value IS 144 (56.64% from 255) = 38.92%
R=31.08%
G=30%
B=38.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1151111440.200.2300.44247.2712.9450
Hex736F90141702Cf7d32
Octal16315722024270543671562
Binary111001111011111001000010100101110101100111101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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