Html Css Color HEX #727060 Flint

📋 copy color: '#727060'

red 114 ◦ green 112 ◦ blue 96

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

Shades of Flint #727060

Tints of Flint #727060

RGB

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

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

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

R = 35.4%
G = 34.78%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#727060 (or 0x727060) is known color: Flint. HEX triplet: 72, 70 and 60. RGB value is (114,112,96). Sum of RGB (Red+Green+Blue) = 114+112+96=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 114 - color contains mainly: red. Hex color #727060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727060 is #8D8F9F. Grayscale: #6E6E6E. Windows color (decimal): -9277344 or 6320242. OLE color: 6320242.

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

Color convert

RGB 114 112 96 -
CMYK 0 0.02 0.16 0.55
HSL 53.33º 0.09% 0.41% -
HSV(B) 53.33º 0.16% 0.45% -
XYZ 14.84 16.01 13.37 -
YUV 110.77 119.66 130.3 -
System Red Green Blue C M Y K H S L
Decimal 114 112 96 0 0.02 0.16 0.55 53.33 0.09 0.41
Hex 72 70 60 0 2 10 37 35 9 29
Octal 162 160 140 0 2 20 67 65 11 51
Binary 1110010 1110000 1100000 0 10 10000 110111 110101 1001 101001

Color Harmonies of #727060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727060

Black with #727060

Text Example


Text Example

White with #727060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727060; }

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

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

background-color css

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

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

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

border-color css

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

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

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