Html Css Color HEX #726F61 Flint

📋 copy color: '#726F61'

red 114 ◦ green 111 ◦ blue 97

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

Shades of Flint #726F61

Tints of Flint #726F61

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.47%

 BLUE value IS 97 (38.28% from 255) = 30.12%

R = 35.4%
G = 34.47%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#726F61 (or 0x726F61) is known color: Flint. HEX triplet: 72, 6F and 61. RGB value is (114,111,97). Sum of RGB (Red+Green+Blue) = 114+111+97=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 114 - color contains mainly: red. Hex color #726F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726F61 is #8D909E. Grayscale: #6E6E6E. Windows color (decimal): -9277599 or 6385522. OLE color: 6385522.

HSL color Cylindrical-coordinate representation of color #726F61: hue angle of 49.41º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #726F61 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 111 97 -
CMYK 0 0.03 0.15 0.55
HSL 49.41º 0.08% 0.41% -
HSV(B) 49.41º 0.15% 0.45% -
XYZ 14.78 15.81 13.58 -
YUV 110.3 120.49 130.64 -
System Red Green Blue C M Y K H S L
Decimal 114 111 97 0 0.03 0.15 0.55 49.41 0.08 0.41
Hex 72 6F 61 0 3 F 37 31 8 29
Octal 162 157 141 0 3 17 67 61 10 51
Binary 1110010 1101111 1100001 0 11 1111 110111 110001 1000 101001

Color Harmonies of #726F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726F61

Black with #726F61

Text Example


Text Example

White with #726F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726F61; }

 p { color: rgb(114,111,97); }

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

background-color css

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

 a { background-color: rgb(114,111,97); }

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

border-color css

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

 span { border-color: rgb(114,111,97); }

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