Html Css Color HEX #786B40 Yellow Metal

📋 copy color: '#786B40'

red 120 ◦ green 107 ◦ blue 64

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

Shades of Yellow Metal #786B40

Tints of Yellow Metal #786B40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.99%

R = 41.24%
G = 36.77%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#786B40 (or 0x786B40) is known color: Yellow Metal. HEX triplet: 78, 6B and 40. RGB value is (120,107,64). Sum of RGB (Red+Green+Blue) = 120+107+64=291 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.24% from 291); Green value is 107 (42.19% from 255 or 36.77% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 120 - color contains mainly: red. Hex color #786B40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786B40 is #8794BF. Grayscale: #6A6A6A. Windows color (decimal): -8885440 or 4221816. OLE color: 4221816.

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

Color convert

RGB 120 107 64 -
CMYK 0 0.11 0.47 0.53
HSL 46.07º 0.3% 0.36% -
HSV(B) 46.07º 0.47% 0.47% -
XYZ 13.93 14.88 6.99 -
YUV 105.99 104.31 138 -
System Red Green Blue C M Y K H S L
Decimal 120 107 64 0 0.11 0.47 0.53 46.07 0.3 0.36
Hex 78 6B 40 0 B 2F 35 2E 1E 24
Octal 170 153 100 0 13 57 65 56 36 44
Binary 1111000 1101011 1000000 0 1011 101111 110101 101110 11110 100100

Color Harmonies of #786B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786B40

Black with #786B40

Text Example


Text Example

White with #786B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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