#727064

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

Shades of Flint #727064

Tints of Flint #727064

Color information

#727064 (or 0x727064) is unknown color: approx Flint. HEX triplet: 72, 70 and 64. RGB value is (114,112,100). Sum of RGB (Red+Green+Blue) = 114+112+100=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 114 - color contains mainly: red. Hex color #727064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727064 is #8D8F9B. Grayscale: #6F6F6F. Windows color (decimal): -9277340 or 6582386. OLE color: 6582386.

HSL color Cylindrical-coordinate representation of color #727064: hue angle of 51.43º degrees, saturation: 0.07, 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 #727064 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB114112100-
CMYK00.020.120.55
HSL51.43º6.54%41.96%-
HSV(B)51.43º12.28%44.71%-
XYZ15.0316.0914.37-
YUV111.23121.66129.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.97%
GREEN value IS 112 (44.14% from 255) = 34.36%
BLUE value IS 100 (39.45% from 255) = 30.67%
R=34.97%
G=34.36%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11411210000.020.120.5551.436.5441.96
Hex72706402C373372a
Octal16216014402146763752
Binary1110010111000011001000101100110111110011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727064; }

 p { color: rgb(114,112,100); }

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

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

 a { background-color: rgb(114,112,100); }

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

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

 span { border-color: rgb(114,112,100); }

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