Html Css Color HEX #726D5A Flint

📋 copy color: '#726D5A'

red 114 ◦ green 109 ◦ blue 90

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

Shades of Flint #726D5A

Tints of Flint #726D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.75%

R = 36.42%
G = 34.82%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#726D5A (or 0x726D5A) is known color: Flint. HEX triplet: 72, 6D and 5A. RGB value is (114,109,90). Sum of RGB (Red+Green+Blue) = 114+109+90=313 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.42% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 114 - color contains mainly: red. Hex color #726D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726D5A is #8D92A5. Grayscale: #6C6C6C. Windows color (decimal): -9278118 or 5926258. OLE color: 5926258.

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

Color convert

RGB 114 109 90 -
CMYK 0 0.04 0.21 0.55
HSL 47.5º 0.12% 0.4% -
HSV(B) 47.5º 0.21% 0.45% -
XYZ 14.25 15.25 11.87 -
YUV 108.33 117.66 132.04 -
System Red Green Blue C M Y K H S L
Decimal 114 109 90 0 0.04 0.21 0.55 47.5 0.12 0.4
Hex 72 6D 5A 0 4 15 37 30 C 28
Octal 162 155 132 0 4 25 67 60 14 50
Binary 1110010 1101101 1011010 0 100 10101 110111 110000 1100 101000

Color Harmonies of #726D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726D5A

Black with #726D5A

Text Example


Text Example

White with #726D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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