Html Css Color HEX #727063 Flint

📋 copy color: '#727063'

red 114 ◦ green 112 ◦ blue 99

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

Shades of Flint #727063

Tints of Flint #727063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.46%

R = 35.08%
G = 34.46%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#727063 (or 0x727063) is known color: Flint. HEX triplet: 72, 70 and 63. RGB value is (114,112,99). Sum of RGB (Red+Green+Blue) = 114+112+99=325 (43% of max value = 765). Red value is 114 (44.92% from 255 or 35.08% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 114 - color contains mainly: red. Hex color #727063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727063 is #8D8F9C. Grayscale: #6F6F6F. Windows color (decimal): -9277341 or 6516850. OLE color: 6516850.

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

Color convert

RGB 114 112 99 -
CMYK 0 0.02 0.13 0.55
HSL 52º 0.07% 0.42% -
HSV(B) 52º 0.13% 0.45% -
XYZ 14.99 16.07 14.12 -
YUV 111.12 121.16 130.06 -
System Red Green Blue C M Y K H S L
Decimal 114 112 99 0 0.02 0.13 0.55 52 0.07 0.42
Hex 72 70 63 0 2 D 37 34 7 2A
Octal 162 160 143 0 2 15 67 64 7 52
Binary 1110010 1110000 1100011 0 10 1101 110111 110100 111 101010

Color Harmonies of #727063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727063

Black with #727063

Text Example


Text Example

White with #727063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727063; }

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

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

background-color css

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

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

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

border-color css

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

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

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