Html Css Color HEX #786D3D Yellow Metal

📋 copy color: '#786D3D'

red 120 ◦ green 109 ◦ blue 61

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

Shades of Yellow Metal #786D3D

Tints of Yellow Metal #786D3D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.59%

 BLUE value IS 61 (24.22% from 255) = 21.03%

R = 41.38%
G = 37.59%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#786D3D (or 0x786D3D) is known color: Yellow Metal. HEX triplet: 78, 6D and 3D. RGB value is (120,109,61). Sum of RGB (Red+Green+Blue) = 120+109+61=290 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.38% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 120 - color contains mainly: red. Hex color #786D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786D3D is #8792C2. Grayscale: #6B6B6B. Windows color (decimal): -8884931 or 4025720. OLE color: 4025720.

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

Color convert

RGB 120 109 61 -
CMYK 0 0.09 0.49 0.53
HSL 48.81º 0.33% 0.35% -
HSV(B) 48.81º 0.49% 0.47% -
XYZ 14.06 15.27 6.62 -
YUV 106.82 102.14 137.4 -
System Red Green Blue C M Y K H S L
Decimal 120 109 61 0 0.09 0.49 0.53 48.81 0.33 0.35
Hex 78 6D 3D 0 9 31 35 31 21 23
Octal 170 155 75 0 11 61 65 61 41 43
Binary 1111000 1101101 111101 0 1001 110001 110101 110001 100001 100011

Color Harmonies of #786D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786D3D

Black with #786D3D

Text Example


Text Example

White with #786D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,109,61); }

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

background-color css

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

 a { background-color: rgb(120,109,61); }

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

border-color css

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

 span { border-color: rgb(120,109,61); }

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