Html Css Color HEX #727160 Flint

📋 copy color: '#727160'

red 114 ◦ green 113 ◦ blue 96

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

Shades of Flint #727160

Tints of Flint #727160

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.98%

 BLUE value IS 96 (37.89% from 255) = 29.72%

R = 35.29%
G = 34.98%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#727160 (or 0x727160) is known color: Flint. HEX triplet: 72, 71 and 60. RGB value is (114,113,96). Sum of RGB (Red+Green+Blue) = 114+113+96=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 96 (37.89% from 255 or 29.72% from 323); Max value from RGB is 114 - color contains mainly: red. Hex color #727160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727160 is #8D8E9F. Grayscale: #6F6F6F. Windows color (decimal): -9277088 or 6320498. OLE color: 6320498.

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

Color convert

RGB 114 113 96 -
CMYK 0 0.01 0.16 0.55
HSL 56.67º 0.09% 0.41% -
HSV(B) 56.67º 0.16% 0.45% -
XYZ 14.96 16.23 13.41 -
YUV 111.36 119.33 129.88 -
System Red Green Blue C M Y K H S L
Decimal 114 113 96 0 0.01 0.16 0.55 56.67 0.09 0.41
Hex 72 71 60 0 1 10 37 39 9 29
Octal 162 161 140 0 1 20 67 71 11 51
Binary 1110010 1110001 1100000 0 1 10000 110111 111001 1001 101001

Color Harmonies of #727160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727160

Black with #727160

Text Example


Text Example

White with #727160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727160; }

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

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

background-color css

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

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

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

border-color css

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

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

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