Html Css Color HEX #727061 Flint

📋 copy color: '#727061'

red 114 ◦ green 112 ◦ blue 97

#727061
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flint #727061

Tints of Flint #727061

RGB

 RED value IS 114 (44.92% from 255) = 35.29%

 GREEN value IS 112 (44.14% from 255) = 34.67%

 BLUE value IS 97 (38.28% from 255) = 30.03%

R = 35.29%
G = 34.67%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#727061 (or 0x727061) is known color: Flint. HEX triplet: 72, 70 and 61. RGB value is (114,112,97). Sum of RGB (Red+Green+Blue) = 114+112+97=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 114 - color contains mainly: red. Hex color #727061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727061 is #8D8F9E. Grayscale: #6E6E6E. Windows color (decimal): -9277343 or 6385778. OLE color: 6385778.

HSL color Cylindrical-coordinate representation of color #727061: hue angle of 52.94º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #727061 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 112 97 -
CMYK 0 0.02 0.15 0.55
HSL 52.94º 0.08% 0.41% -
HSV(B) 52.94º 0.15% 0.45% -
XYZ 14.89 16.03 13.62 -
YUV 110.89 120.16 130.22 -
System Red Green Blue C M Y K H S L
Decimal 114 112 97 0 0.02 0.15 0.55 52.94 0.08 0.41
Hex 72 70 61 0 2 F 37 35 8 29
Octal 162 160 141 0 2 17 67 65 10 51
Binary 1110010 1110000 1100001 0 10 1111 110111 110101 1000 101001

Color Harmonies of #727061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727061

Black with #727061

Text Example


Text Example

White with #727061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727061; }

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

 H1.HeaderClassName
 {
   color: #727061;
 }
 .AnyTagClassName
 {
   color: #727061;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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