#727165

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

Shades of Flint #727165

Tints of Flint #727165

Color information

#727165 (or 0x727165) is unknown color: approx Flint. HEX triplet: 72, 71 and 65. RGB value is (114,113,101). Sum of RGB (Red+Green+Blue) = 114+113+101=328 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.76% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 114 - color contains mainly: red. Hex color #727165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727165 is #8D8E9A. Grayscale: #6F6F6F. Windows color (decimal): -9277083 or 6648178. OLE color: 6648178.

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

Color convert

RGB114113101-
CMYK00.010.110.55
HSL55.38º6.05%42.16%-
HSV(B)55.38º11.4%44.71%-
XYZ15.1916.3314.66-
YUV111.93121.83129.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.76%
GREEN value IS 113 (44.53% from 255) = 34.45%
BLUE value IS 101 (39.84% from 255) = 30.79%
R=34.76%
G=34.45%
B=30.79%

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
Decimal11411310100.010.110.5555.386.0542.16
Hex72716501B373762a
Octal16216114501136767652
Binary111001011100011100101011011110111110111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727165; }

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

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

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

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

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

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

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

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