Html Css Color HEX #727062 Flint

📋 copy color: '#727062'

red 114 ◦ green 112 ◦ blue 98

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

Shades of Flint #727062

Tints of Flint #727062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.25%

R = 35.19%
G = 34.57%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#727062 (or 0x727062) is known color: Flint. HEX triplet: 72, 70 and 62. RGB value is (114,112,98). Sum of RGB (Red+Green+Blue) = 114+112+98=324 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.19% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 114 - color contains mainly: red. Hex color #727062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727062 is #8D8F9D. Grayscale: #6F6F6F. Windows color (decimal): -9277342 or 6451314. OLE color: 6451314.

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

Color convert

RGB 114 112 98 -
CMYK 0 0.02 0.14 0.55
HSL 52.5º 0.08% 0.42% -
HSV(B) 52.5º 0.14% 0.45% -
XYZ 14.94 16.05 13.87 -
YUV 111 120.66 130.14 -
System Red Green Blue C M Y K H S L
Decimal 114 112 98 0 0.02 0.14 0.55 52.5 0.08 0.42
Hex 72 70 62 0 2 E 37 34 8 2A
Octal 162 160 142 0 2 16 67 64 10 52
Binary 1110010 1110000 1100010 0 10 1110 110111 110100 1000 101010

Color Harmonies of #727062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727062

Black with #727062

Text Example


Text Example

White with #727062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727062; }

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

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

background-color css

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

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

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

border-color css

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

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

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