Html Css Color HEX #726C5D Flint

📋 copy color: '#726C5D'

red 114 ◦ green 108 ◦ blue 93

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

Shades of Flint #726C5D

Tints of Flint #726C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.52%

R = 36.19%
G = 34.29%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#726C5D (or 0x726C5D) is known color: Flint. HEX triplet: 72, 6C and 5D. RGB value is (114,108,93). Sum of RGB (Red+Green+Blue) = 114+108+93=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 114 - color contains mainly: red. Hex color #726C5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726C5D is #8D93A2. Grayscale: #6C6C6C. Windows color (decimal): -9278371 or 6122610. OLE color: 6122610.

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

Color convert

RGB 114 108 93 -
CMYK 0 0.05 0.18 0.55
HSL 42.86º 0.1% 0.41% -
HSV(B) 42.86º 0.18% 0.45% -
XYZ 14.28 15.09 12.52 -
YUV 108.08 119.49 132.22 -
System Red Green Blue C M Y K H S L
Decimal 114 108 93 0 0.05 0.18 0.55 42.86 0.1 0.41
Hex 72 6C 5D 0 5 12 37 2B A 29
Octal 162 154 135 0 5 22 67 53 12 51
Binary 1110010 1101100 1011101 0 101 10010 110111 101011 1010 101001

Color Harmonies of #726C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726C5D

Black with #726C5D

Text Example


Text Example

White with #726C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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