Html Css Color HEX #726C5C Flint

📋 copy color: '#726C5C'

red 114 ◦ green 108 ◦ blue 92

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

Shades of Flint #726C5C

Tints of Flint #726C5C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.39%

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

R = 36.31%
G = 34.39%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#726C5C (or 0x726C5C) is known color: Flint. HEX triplet: 72, 6C and 5C. RGB value is (114,108,92). Sum of RGB (Red+Green+Blue) = 114+108+92=314 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.31% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 114 - color contains mainly: red. Hex color #726C5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726C5C is #8D93A3. Grayscale: #6C6C6C. Windows color (decimal): -9278372 or 6057074. OLE color: 6057074.

HSL color Cylindrical-coordinate representation of color #726C5C: hue angle of 43.64º 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 #726C5C is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 108 92 -
CMYK 0 0.05 0.19 0.55
HSL 43.64º 0.11% 0.4% -
HSV(B) 43.64º 0.19% 0.45% -
XYZ 14.23 15.08 12.28 -
YUV 107.97 118.99 132.3 -
System Red Green Blue C M Y K H S L
Decimal 114 108 92 0 0.05 0.19 0.55 43.64 0.11 0.4
Hex 72 6C 5C 0 5 13 37 2C B 28
Octal 162 154 134 0 5 23 67 54 13 50
Binary 1110010 1101100 1011100 0 101 10011 110111 101100 1011 101000

Color Harmonies of #726C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726C5C

Black with #726C5C

Text Example


Text Example

White with #726C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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