#726942

Color #726942 Yellow Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Metal #726942

Tints of Yellow Metal #726942

Color information

#726942 (or 0x726942) is unknown color: approx Yellow Metal. HEX triplet: 72, 69 and 42. RGB value is (114,105,66). Sum of RGB (Red+Green+Blue) = 114+105+66=285 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 114 - color contains mainly: red. Hex color #726942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726942 is #8D96BD. Grayscale: #676767. Windows color (decimal): -9279166 or 4352370. OLE color: 4352370.

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

Color convert

RGB11410566-
CMYK00.080.420.55
HSL48.75º26.67%35.29%-
HSV(B)48.75º42.11%44.71%-
XYZ12.9714.077.19-
YUV103.24106.98135.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40%
GREEN value IS 105 (41.41% from 255) = 36.84%
BLUE value IS 66 (26.17% from 255) = 23.16%
R=40%
G=36.84%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141056600.080.420.5548.7526.6735.29
Hex726942082A37311b23
Octal1621511020105267613343
Binary1110010110100110000100100010101011011111000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726942; }

 p { color: rgb(114,105,66); }

 H1.HeaderClassName
 {
   color: #726942;
 }
 .AnyTagClassName
 {
   color: #726942;
 }
</style>
background-color css

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

 a { background-color: rgb(114,105,66); }

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

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

 span { border-color: rgb(114,105,66); }

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