#736F8E

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

Shades of Scampi #736F8E

Tints of Scampi #736F8E

Color information

#736F8E (or 0x736F8E) is unknown color: approx Scampi. HEX triplet: 73, 6F and 8E. RGB value is (115,111,142). Sum of RGB (Red+Green+Blue) = 115+111+142=368 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.25% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 142 - color contains mainly: blue. Hex color #736F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736F8E is #8C9071. Grayscale: #737373. Windows color (decimal): -9212018 or 9334643. OLE color: 9334643.

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

Color convert

RGB115111142-
CMYK0.190.2200.44
HSL247.74º12.25%49.61%-
HSV(B)247.74º21.83%55.69%-
XYZ17.6416.9727.94-
YUV115.73142.83127.48-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.25%
GREEN value IS 111 (43.75% from 255) = 30.16%
BLUE value IS 142 (55.86% from 255) = 38.59%
R=31.25%
G=30.16%
B=38.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1151111420.190.2200.44247.7412.2549.61
Hex736F8E131602Cf8c32
Octal16315721623260543701462
Binary111001111011111000111010011101100101100111110001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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