Html Css Color HEX #726842 Yellow Metal

📋 copy color: '#726842'

red 114 ◦ green 104 ◦ blue 66

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

Shades of Yellow Metal #726842

Tints of Yellow Metal #726842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.24%

R = 40.14%
G = 36.62%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#726842 (or 0x726842) is known color: Yellow Metal. HEX triplet: 72, 68 and 42. RGB value is (114,104,66). Sum of RGB (Red+Green+Blue) = 114+104+66=284 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.14% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 66 (26.17% from 255 or 23.24% from 284); Max value from RGB is 114 - color contains mainly: red. Hex color #726842 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726842 is #8D97BD. Grayscale: #666666. Windows color (decimal): -9279422 or 4352114. OLE color: 4352114.

HSL color Cylindrical-coordinate representation of color #726842: hue angle of 47.5º 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 #726842 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 104 66 -
CMYK 0 0.09 0.42 0.55
HSL 47.5º 0.27% 0.35% -
HSV(B) 47.5º 0.42% 0.45% -
XYZ 12.87 13.87 7.15 -
YUV 102.66 107.31 136.09 -
System Red Green Blue C M Y K H S L
Decimal 114 104 66 0 0.09 0.42 0.55 47.5 0.27 0.35
Hex 72 68 42 0 9 2A 37 30 1B 23
Octal 162 150 102 0 11 52 67 60 33 43
Binary 1110010 1101000 1000010 0 1001 101010 110111 110000 11011 100011

Color Harmonies of #726842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726842

Black with #726842

Text Example


Text Example

White with #726842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726842; }

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

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

background-color css

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

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

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

border-color css

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

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

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