#737265

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

Shades of Flint #737265

Tints of Flint #737265

Color information

#737265 (or 0x737265) is unknown color: approx Flint. HEX triplet: 73, 72 and 65. RGB value is (115,114,101). Sum of RGB (Red+Green+Blue) = 115+114+101=330 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.85% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 115 - color contains mainly: red. Hex color #737265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737265 is #8C8D9A. Grayscale: #707070. Windows color (decimal): -9211291 or 6648435. OLE color: 6648435.

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

Color convert

RGB115114101-
CMYK00.010.120.55
HSL55.71º6.48%42.35%-
HSV(B)55.71º12.17%45.1%-
XYZ15.4416.6214.71-
YUV112.82121.33129.56-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.85%
GREEN value IS 114 (44.92% from 255) = 34.55%
BLUE value IS 101 (39.84% from 255) = 30.61%
R=34.85%
G=34.55%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11511410100.010.120.5555.716.4842.35
Hex73726501C373862a
Octal16316214501146770652
Binary111001111100101100101011100110111111000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737265; }

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

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

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

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

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

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

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

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