Html Css Color HEX #786C3F Yellow Metal

📋 copy color: '#786C3F'

red 120 ◦ green 108 ◦ blue 63

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

Shades of Yellow Metal #786C3F

Tints of Yellow Metal #786C3F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.11%

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

R = 41.24%
G = 37.11%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#786C3F (or 0x786C3F) is known color: Yellow Metal. HEX triplet: 78, 6C and 3F. RGB value is (120,108,63). Sum of RGB (Red+Green+Blue) = 120+108+63=291 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.24% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 120 - color contains mainly: red. Hex color #786C3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786C3F is #8793C0. Grayscale: #6A6A6A. Windows color (decimal): -8885185 or 4156536. OLE color: 4156536.

HSL color Cylindrical-coordinate representation of color #786C3F: hue angle of 47.37º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #786C3F is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 108 63 -
CMYK 0 0.10 0.48 0.53
HSL 47.37º 0.31% 0.36% -
HSV(B) 47.37º 0.48% 0.47% -
XYZ 14.01 15.08 6.87 -
YUV 106.46 103.48 137.66 -
System Red Green Blue C M Y K H S L
Decimal 120 108 63 0 0.10 0.48 0.53 47.37 0.31 0.36
Hex 78 6C 3F 0 A 30 35 2F 1F 24
Octal 170 154 77 0 12 60 65 57 37 44
Binary 1111000 1101100 111111 0 1010 110000 110101 101111 11111 100100

Color Harmonies of #786C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786C3F

Black with #786C3F

Text Example


Text Example

White with #786C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786C3F; }

 p { color: rgb(120,108,63); }

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

background-color css

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

 a { background-color: rgb(120,108,63); }

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

border-color css

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

 span { border-color: rgb(120,108,63); }

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