#737F8F

Color #737F8F Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Grey #737F8F

Tints of Slate Grey #737F8F

Color information

#737F8F (or 0x737F8F) is unknown color: approx Slate Grey. HEX triplet: 73, 7F and 8F. RGB value is (115,127,143). Sum of RGB (Red+Green+Blue) = 115+127+143=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 143 - color contains mainly: blue. Hex color #737F8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737F8F is #8C8070. Grayscale: #7D7D7D. Windows color (decimal): -9207921 or 9404275. OLE color: 9404275.

HSL color Cylindrical-coordinate representation of color #737F8F: hue angle of 214.29º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #737F8F is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB115127143-
CMYK0.200.1100.44
HSL214.29º11.11%50.59%-
HSV(B)214.29º19.58%56.08%-
XYZ19.6220.8128.97-
YUV125.24138.02120.7-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.87%
GREEN value IS 127 (50% from 255) = 32.99%
BLUE value IS 143 (56.25% from 255) = 37.14%
R=29.87%
G=32.99%
B=37.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1151271430.200.1100.44214.2911.1150.59
Hex737F8F14B02Cd6b33
Octal16317721724130543261363
Binary11100111111111100011111010010110101100110101101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737F8F; }

 p { color: rgb(115,127,143); }

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

<style>
 a { background-color: #737F8F; }

 a { background-color: rgb(115,127,143); }

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

<style>
 span { border-color: #737F8F; }

 span { border-color: rgb(115,127,143); }

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