#737263

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

Shades of Flint #737263

Tints of Flint #737263

Color information

#737263 (or 0x737263) is unknown color: approx Flint. HEX triplet: 73, 72 and 63. RGB value is (115,114,99). Sum of RGB (Red+Green+Blue) = 115+114+99=328 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.06% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 99 (39.06% from 255 or 30.18% from 328); Max value from RGB is 115 - color contains mainly: red. Hex color #737263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737263 is #8C8D9C. Grayscale: #707070. Windows color (decimal): -9211293 or 6517363. OLE color: 6517363.

HSL color Cylindrical-coordinate representation of color #737263: hue angle of 56.25º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #737263 is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB11511499-
CMYK00.010.140.55
HSL56.25º7.48%41.96%-
HSV(B)56.25º13.91%45.1%-
XYZ15.3416.5814.2-
YUV112.59120.33129.72-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.06%
GREEN value IS 114 (44.92% from 255) = 34.76%
BLUE value IS 99 (39.06% from 255) = 30.18%
R=35.06%
G=34.76%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151149900.010.140.5556.257.4841.96
Hex73726301E373872a
Octal16316214301166770752
Binary111001111100101100011011110110111111000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737263; }

 p { color: rgb(115,114,99); }

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

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

 a { background-color: rgb(115,114,99); }

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

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

 span { border-color: rgb(115,114,99); }

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