#737266

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

Shades of Flint #737266

Tints of Flint #737266

Color information

#737266 (or 0x737266) is unknown color: approx Flint. HEX triplet: 73, 72 and 66. RGB value is (115,114,102). Sum of RGB (Red+Green+Blue) = 115+114+102=331 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.74% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 115 - color contains mainly: red. Hex color #737266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737266 is #8C8D99. Grayscale: #707070. Windows color (decimal): -9211290 or 6713971. OLE color: 6713971.

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

Color convert

RGB115114102-
CMYK00.010.110.55
HSL55.38º5.99%42.55%-
HSV(B)55.38º11.3%45.1%-
XYZ15.4916.6414.97-
YUV112.93121.83129.48-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.74%
GREEN value IS 114 (44.92% from 255) = 34.44%
BLUE value IS 102 (40.23% from 255) = 30.82%
R=34.74%
G=34.44%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11511410200.010.110.5555.385.9942.55
Hex73726601B373762b
Octal16316214601136767653
Binary111001111100101100110011011110111110111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737266; }

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

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

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

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

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

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

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

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