Html Css Color HEX #7B6740 Yellow Metal

📋 copy color: '#7B6740'

red 123 ◦ green 103 ◦ blue 64

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

Shades of Yellow Metal #7B6740

Tints of Yellow Metal #7B6740

RGB

 RED value IS 123 (48.44% from 255) = 42.41%

 GREEN value IS 103 (40.63% from 255) = 35.52%

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

R = 42.41%
G = 35.52%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.52

RGB Variations

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

Color information

#7B6740 (or 0x7B6740) is known color: Yellow Metal. HEX triplet: 7B, 67 and 40. RGB value is (123,103,64). Sum of RGB (Red+Green+Blue) = 123+103+64=290 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.41% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B6740 is #8498BF. Grayscale: #686868. Windows color (decimal): -8689856 or 4220795. OLE color: 4220795.

HSL color Cylindrical-coordinate representation of color #7B6740: hue angle of 39.66º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B6740 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 103 64 -
CMYK 0 0.16 0.48 0.52
HSL 39.66º 0.32% 0.37% -
HSV(B) 39.66º 0.48% 0.48% -
XYZ 13.94 14.28 6.87 -
YUV 104.53 105.13 141.17 -
System Red Green Blue C M Y K H S L
Decimal 123 103 64 0 0.16 0.48 0.52 39.66 0.32 0.37
Hex 7B 67 40 0 10 30 34 28 20 25
Octal 173 147 100 0 20 60 64 50 40 45
Binary 1111011 1100111 1000000 0 10000 110000 110100 101000 100000 100101

Color Harmonies of #7B6740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6740

Black with #7B6740

Text Example


Text Example

White with #7B6740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B6740; }

 p { color: rgb(123,103,64); }

 H1.HeaderClassName
 {
   color: #7B6740;
 }
 .AnyTagClassName
 {
   color: #7B6740;
 }
</style>

background-color css

<style>
 a { background-color: #7B6740; }

 a { background-color: rgb(123,103,64); }

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

border-color css

<style>
 span { border-color: #7B6740; }

 span { border-color: rgb(123,103,64); }

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