Html Css Color HEX #727064 Flint

📋 copy color: '#727064'

red 114 ◦ green 112 ◦ blue 100

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

Shades of Flint #727064

Tints of Flint #727064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.67%

R = 34.97%
G = 34.36%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#727064 (or 0x727064) is known color: Flint. HEX triplet: 72, 70 and 64. RGB value is (114,112,100). Sum of RGB (Red+Green+Blue) = 114+112+100=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 114 - color contains mainly: red. Hex color #727064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727064 is #8D8F9B. Grayscale: #6F6F6F. Windows color (decimal): -9277340 or 6582386. OLE color: 6582386.

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

Color convert

RGB 114 112 100 -
CMYK 0 0.02 0.12 0.55
HSL 51.43º 0.07% 0.42% -
HSV(B) 51.43º 0.12% 0.45% -
XYZ 15.03 16.09 14.37 -
YUV 111.23 121.66 129.98 -
System Red Green Blue C M Y K H S L
Decimal 114 112 100 0 0.02 0.12 0.55 51.43 0.07 0.42
Hex 72 70 64 0 2 C 37 33 7 2A
Octal 162 160 144 0 2 14 67 63 7 52
Binary 1110010 1110000 1100100 0 10 1100 110111 110011 111 101010

Color Harmonies of #727064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727064

Black with #727064

Text Example


Text Example

White with #727064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727064; }

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

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

background-color css

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

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

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

border-color css

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

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

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