Html Css Color HEX #786C3B Yellow Metal

📋 copy color: '#786C3B'

red 120 ◦ green 108 ◦ blue 59

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

Shades of Yellow Metal #786C3B

Tints of Yellow Metal #786C3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.56%

R = 41.81%
G = 37.63%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#786C3B (or 0x786C3B) is known color: Yellow Metal. HEX triplet: 78, 6C and 3B. RGB value is (120,108,59). Sum of RGB (Red+Green+Blue) = 120+108+59=287 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.81% from 287); Green value is 108 (42.58% from 255 or 37.63% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 120 - color contains mainly: red. Hex color #786C3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786C3B is #8793C4. Grayscale: #6A6A6A. Windows color (decimal): -8885189 or 3894392. OLE color: 3894392.

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

Color convert

RGB 120 108 59 -
CMYK 0 0.10 0.51 0.53
HSL 48.2º 0.34% 0.35% -
HSV(B) 48.2º 0.51% 0.47% -
XYZ 13.9 15.03 6.31 -
YUV 106 101.48 137.98 -
System Red Green Blue C M Y K H S L
Decimal 120 108 59 0 0.10 0.51 0.53 48.2 0.34 0.35
Hex 78 6C 3B 0 A 33 35 30 22 23
Octal 170 154 73 0 12 63 65 60 42 43
Binary 1111000 1101100 111011 0 1010 110011 110101 110000 100010 100011

Color Harmonies of #786C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786C3B

Black with #786C3B

Text Example


Text Example

White with #786C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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