Html Css Color HEX #726942 Yellow Metal

📋 copy color: '#726942'

red 114 ◦ green 105 ◦ blue 66

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

Shades of Yellow Metal #726942

Tints of Yellow Metal #726942

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 value IS 0

 M value IS 0.08

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#726942 (or 0x726942) is known color: 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

RGB 114 105 66 -
CMYK 0 0.08 0.42 0.55
HSL 48.75º 0.27% 0.35% -
HSV(B) 48.75º 0.42% 0.45% -
XYZ 12.97 14.07 7.19 -
YUV 103.25 106.98 135.67 -
System Red Green Blue C M Y K H S L
Decimal 114 105 66 0 0.08 0.42 0.55 48.75 0.27 0.35
Hex 72 69 42 0 8 2A 37 31 1B 23
Octal 162 151 102 0 10 52 67 61 33 43
Binary 1110010 1101001 1000010 0 1000 101010 110111 110001 11011 100011

Color Harmonies of #726942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726942

Black with #726942

Text Example


Text Example

White with #726942

Text Example


Text Example

HTML Codes & Css Web 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>