Html Css Color HEX #72715E Flint

📋 copy color: '#72715E'

red 114 ◦ green 113 ◦ blue 94

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

Shades of Flint #72715E

Tints of Flint #72715E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.28%

R = 35.51%
G = 35.2%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#72715E (or 0x72715E) is known color: Flint. HEX triplet: 72, 71 and 5E. RGB value is (114,113,94). Sum of RGB (Red+Green+Blue) = 114+113+94=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 114 - color contains mainly: red. Hex color #72715E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72715E is #8D8EA1. Grayscale: #6F6F6F. Windows color (decimal): -9277090 or 6189426. OLE color: 6189426.

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

Color convert

RGB 114 113 94 -
CMYK 0 0.01 0.18 0.55
HSL 57º 0.1% 0.41% -
HSV(B) 57º 0.18% 0.45% -
XYZ 14.86 16.2 12.93 -
YUV 111.13 118.33 130.04 -
System Red Green Blue C M Y K H S L
Decimal 114 113 94 0 0.01 0.18 0.55 57 0.1 0.41
Hex 72 71 5E 0 1 12 37 39 A 29
Octal 162 161 136 0 1 22 67 71 12 51
Binary 1110010 1110001 1011110 0 1 10010 110111 111001 1010 101001

Color Harmonies of #72715E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72715E

Black with #72715E

Text Example


Text Example

White with #72715E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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