Html Css Color HEX #7B6240 Yellow Metal

📋 copy color: '#7B6240'

red 123 ◦ green 98 ◦ blue 64

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

Shades of Yellow Metal #7B6240

Tints of Yellow Metal #7B6240

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.39%

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

R = 43.16%
G = 34.39%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.48

 K value IS 0.52

RGB Variations

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

Color information

#7B6240 (or 0x7B6240) is known color: Yellow Metal. HEX triplet: 7B, 62 and 40. RGB value is (123,98,64). Sum of RGB (Red+Green+Blue) = 123+98+64=285 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.16% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B6240 is #849DBF. Grayscale: #656565. Windows color (decimal): -8691136 or 4219515. OLE color: 4219515.

HSL color Cylindrical-coordinate representation of color #7B6240: hue angle of 34.58º 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 #7B6240 is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 98 64 -
CMYK 0 0.20 0.48 0.52
HSL 34.58º 0.32% 0.37% -
HSV(B) 34.58º 0.48% 0.48% -
XYZ 13.46 13.32 6.71 -
YUV 101.6 106.78 143.26 -
System Red Green Blue C M Y K H S L
Decimal 123 98 64 0 0.20 0.48 0.52 34.58 0.32 0.37
Hex 7B 62 40 0 14 30 34 23 20 25
Octal 173 142 100 0 24 60 64 43 40 45
Binary 1111011 1100010 1000000 0 10100 110000 110100 100011 100000 100101

Color Harmonies of #7B6240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6240

Black with #7B6240

Text Example


Text Example

White with #7B6240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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