Html Css Color HEX #726A3F Yellow Metal

📋 copy color: '#726A3F'

red 114 ◦ green 106 ◦ blue 63

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

Shades of Yellow Metal #726A3F

Tints of Yellow Metal #726A3F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.46%

 BLUE value IS 63 (25% from 255) = 22.26%

R = 40.28%
G = 37.46%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#726A3F (or 0x726A3F) is known color: Yellow Metal. HEX triplet: 72, 6A and 3F. RGB value is (114,106,63). Sum of RGB (Red+Green+Blue) = 114+106+63=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 106 (41.80% from 255 or 37.46% from 283); Blue value is 63 (25% from 255 or 22.26% from 283); Max value from RGB is 114 - color contains mainly: red. Hex color #726A3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726A3F is #8D95C0. Grayscale: #676767. Windows color (decimal): -9278913 or 4156018. OLE color: 4156018.

HSL color Cylindrical-coordinate representation of color #726A3F: hue angle of 50.59º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #726A3F is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 106 63 -
CMYK 0 0.07 0.45 0.55
HSL 50.59º 0.29% 0.35% -
HSV(B) 50.59º 0.45% 0.45% -
XYZ 12.99 14.24 6.77 -
YUV 103.49 105.15 135.5 -
System Red Green Blue C M Y K H S L
Decimal 114 106 63 0 0.07 0.45 0.55 50.59 0.29 0.35
Hex 72 6A 3F 0 7 2D 37 33 1D 23
Octal 162 152 77 0 7 55 67 63 35 43
Binary 1110010 1101010 111111 0 111 101101 110111 110011 11101 100011

Color Harmonies of #726A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726A3F

Black with #726A3F

Text Example


Text Example

White with #726A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,106,63); }

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

background-color css

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

 a { background-color: rgb(114,106,63); }

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

border-color css

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

 span { border-color: rgb(114,106,63); }

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