Html Css Color HEX #727162 Flint

📋 copy color: '#727162'

red 114 ◦ green 113 ◦ blue 98

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

Shades of Flint #727162

Tints of Flint #727162

RGB

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

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

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

R = 35.08%
G = 34.77%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#727162 (or 0x727162) is known color: Flint. HEX triplet: 72, 71 and 62. RGB value is (114,113,98). Sum of RGB (Red+Green+Blue) = 114+113+98=325 (43% of max value = 765). Red value is 114 (44.92% from 255 or 35.08% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 98 (38.67% from 255 or 30.15% from 325); Max value from RGB is 114 - color contains mainly: red. Hex color #727162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727162 is #8D8E9D. Grayscale: #6F6F6F. Windows color (decimal): -9277086 or 6451570. OLE color: 6451570.

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

Color convert

RGB 114 113 98 -
CMYK 0 0.01 0.14 0.55
HSL 56.25º 0.08% 0.42% -
HSV(B) 56.25º 0.14% 0.45% -
XYZ 15.05 16.27 13.9 -
YUV 111.59 120.33 129.72 -
System Red Green Blue C M Y K H S L
Decimal 114 113 98 0 0.01 0.14 0.55 56.25 0.08 0.42
Hex 72 71 62 0 1 E 37 38 8 2A
Octal 162 161 142 0 1 16 67 70 10 52
Binary 1110010 1110001 1100010 0 1 1110 110111 111000 1000 101010

Color Harmonies of #727162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727162

Black with #727162

Text Example


Text Example

White with #727162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727162; }

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

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

background-color css

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

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

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

border-color css

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

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

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