Html Css Color HEX #786B3B Yellow Metal

📋 copy color: '#786B3B'

red 120 ◦ green 107 ◦ blue 59

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

Shades of Yellow Metal #786B3B

Tints of Yellow Metal #786B3B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.41%

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

R = 41.96%
G = 37.41%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#786B3B (or 0x786B3B) is known color: Yellow Metal. HEX triplet: 78, 6B and 3B. RGB value is (120,107,59). Sum of RGB (Red+Green+Blue) = 120+107+59=286 (37% of max value = 765). Red value is 120 (47.27% from 255 or 41.96% from 286); Green value is 107 (42.19% from 255 or 37.41% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 120 - color contains mainly: red. Hex color #786B3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786B3B is #8794C4. Grayscale: #696969. Windows color (decimal): -8885445 or 3894136. OLE color: 3894136.

HSL color Cylindrical-coordinate representation of color #786B3B: hue angle of 47.21º 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 #786B3B is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 107 59 -
CMYK 0 0.11 0.51 0.53
HSL 47.21º 0.34% 0.35% -
HSV(B) 47.21º 0.51% 0.47% -
XYZ 13.79 14.82 6.27 -
YUV 105.42 101.81 138.4 -
System Red Green Blue C M Y K H S L
Decimal 120 107 59 0 0.11 0.51 0.53 47.21 0.34 0.35
Hex 78 6B 3B 0 B 33 35 2F 22 23
Octal 170 153 73 0 13 63 65 57 42 43
Binary 1111000 1101011 111011 0 1011 110011 110101 101111 100010 100011

Color Harmonies of #786B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786B3B

Black with #786B3B

Text Example


Text Example

White with #786B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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