Html Css Color HEX #72715F Flint

📋 copy color: '#72715F'

red 114 ◦ green 113 ◦ blue 95

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

Shades of Flint #72715F

Tints of Flint #72715F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.5%

R = 35.4%
G = 35.09%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#72715F (or 0x72715F) is known color: Flint. HEX triplet: 72, 71 and 5F. RGB value is (114,113,95). Sum of RGB (Red+Green+Blue) = 114+113+95=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 114 - color contains mainly: red. Hex color #72715F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72715F is #8D8EA0. Grayscale: #6F6F6F. Windows color (decimal): -9277089 or 6254962. OLE color: 6254962.

HSL color Cylindrical-coordinate representation of color #72715F: hue angle of 56.84º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #72715F is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 113 95 -
CMYK 0 0.01 0.17 0.55
HSL 56.84º 0.09% 0.41% -
HSV(B) 56.84º 0.17% 0.45% -
XYZ 14.91 16.21 13.17 -
YUV 111.25 118.83 129.96 -
System Red Green Blue C M Y K H S L
Decimal 114 113 95 0 0.01 0.17 0.55 56.84 0.09 0.41
Hex 72 71 5F 0 1 11 37 39 9 29
Octal 162 161 137 0 1 21 67 71 11 51
Binary 1110010 1110001 1011111 0 1 10001 110111 111001 1001 101001

Color Harmonies of #72715F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72715F

Black with #72715F

Text Example


Text Example

White with #72715F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72715F; }

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

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

background-color css

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

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

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

border-color css

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

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

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