Html Css Color HEX #726844 Yellow Metal

📋 copy color: '#726844'

red 114 ◦ green 104 ◦ blue 68

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

Shades of Yellow Metal #726844

Tints of Yellow Metal #726844

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.36%

 BLUE value IS 68 (26.95% from 255) = 23.78%

R = 39.86%
G = 36.36%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#726844 (or 0x726844) is known color: Yellow Metal. HEX triplet: 72, 68 and 44. RGB value is (114,104,68). Sum of RGB (Red+Green+Blue) = 114+104+68=286 (37% of max value = 765). Red value is 114 (44.92% from 255 or 39.86% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 68 (26.95% from 255 or 23.78% from 286); Max value from RGB is 114 - color contains mainly: red. Hex color #726844 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726844 is #8D97BB. Grayscale: #676767. Windows color (decimal): -9279420 or 4483186. OLE color: 4483186.

HSL color Cylindrical-coordinate representation of color #726844: hue angle of 46.96º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #726844 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 104 68 -
CMYK 0 0.09 0.40 0.55
HSL 46.96º 0.25% 0.36% -
HSV(B) 46.96º 0.4% 0.45% -
XYZ 12.93 13.9 7.47 -
YUV 102.89 108.31 135.93 -
System Red Green Blue C M Y K H S L
Decimal 114 104 68 0 0.09 0.40 0.55 46.96 0.25 0.36
Hex 72 68 44 0 9 28 37 2F 19 24
Octal 162 150 104 0 11 50 67 57 31 44
Binary 1110010 1101000 1000100 0 1001 101000 110111 101111 11001 100100

Color Harmonies of #726844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726844

Black with #726844

Text Example


Text Example

White with #726844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726844; }

 p { color: rgb(114,104,68); }

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

background-color css

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

 a { background-color: rgb(114,104,68); }

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

border-color css

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

 span { border-color: rgb(114,104,68); }

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