Html Css Color HEX #726D5C Flint

📋 copy color: '#726D5C'

red 114 ◦ green 109 ◦ blue 92

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

Shades of Flint #726D5C

Tints of Flint #726D5C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.6%

 BLUE value IS 92 (36.33% from 255) = 29.21%

R = 36.19%
G = 34.6%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#726D5C (or 0x726D5C) is known color: Flint. HEX triplet: 72, 6D and 5C. RGB value is (114,109,92). Sum of RGB (Red+Green+Blue) = 114+109+92=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 114 - color contains mainly: red. Hex color #726D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726D5C is #8D92A3. Grayscale: #6C6C6C. Windows color (decimal): -9278116 or 6057330. OLE color: 6057330.

HSL color Cylindrical-coordinate representation of color #726D5C: hue angle of 46.36º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #726D5C is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 109 92 -
CMYK 0 0.04 0.19 0.55
HSL 46.36º 0.11% 0.4% -
HSV(B) 46.36º 0.19% 0.45% -
XYZ 14.34 15.29 12.32 -
YUV 108.56 118.66 131.88 -
System Red Green Blue C M Y K H S L
Decimal 114 109 92 0 0.04 0.19 0.55 46.36 0.11 0.4
Hex 72 6D 5C 0 4 13 37 2E B 28
Octal 162 155 134 0 4 23 67 56 13 50
Binary 1110010 1101101 1011100 0 100 10011 110111 101110 1011 101000

Color Harmonies of #726D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726D5C

Black with #726D5C

Text Example


Text Example

White with #726D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,109,92); }

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

background-color css

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

 a { background-color: rgb(114,109,92); }

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

border-color css

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

 span { border-color: rgb(114,109,92); }

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