Html Css Color HEX #786136 Yellow Metal

📋 copy color: '#786136'

red 120 ◦ green 97 ◦ blue 54

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

Shades of Yellow Metal #786136

Tints of Yellow Metal #786136

RGB

 RED value IS 120 (47.27% from 255) = 44.28%

 GREEN value IS 97 (38.28% from 255) = 35.79%

 BLUE value IS 54 (21.48% from 255) = 19.93%

R = 44.28%
G = 35.79%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#786136 (or 0x786136) is known color: Yellow Metal. HEX triplet: 78, 61 and 36. RGB value is (120,97,54). Sum of RGB (Red+Green+Blue) = 120+97+54=271 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.28% from 271); Green value is 97 (38.28% from 255 or 35.79% from 271); Blue value is 54 (21.48% from 255 or 19.93% from 271); Max value from RGB is 120 - color contains mainly: red. Hex color #786136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786136 is #879EC9. Grayscale: #636363. Windows color (decimal): -8888010 or 3563896. OLE color: 3563896.

HSL color Cylindrical-coordinate representation of color #786136: hue angle of 39.09º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #786136 is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 97 54 -
CMYK 0 0.19 0.55 0.53
HSL 39.09º 0.38% 0.34% -
HSV(B) 39.09º 0.55% 0.47% -
XYZ 12.69 12.81 5.29 -
YUV 98.98 102.62 143 -
System Red Green Blue C M Y K H S L
Decimal 120 97 54 0 0.19 0.55 0.53 39.09 0.38 0.34
Hex 78 61 36 0 13 37 35 27 26 22
Octal 170 141 66 0 23 67 65 47 46 42
Binary 1111000 1100001 110110 0 10011 110111 110101 100111 100110 100010

Color Harmonies of #786136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786136

Black with #786136

Text Example


Text Example

White with #786136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786136; }

 p { color: rgb(120,97,54); }

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

background-color css

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

 a { background-color: rgb(120,97,54); }

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

border-color css

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

 span { border-color: rgb(120,97,54); }

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