Html Css Color HEX #7A6640 Yellow Metal

📋 copy color: '#7A6640'

red 122 ◦ green 102 ◦ blue 64

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

Shades of Yellow Metal #7A6640

Tints of Yellow Metal #7A6640

RGB

 RED value IS 122 (48.05% from 255) = 42.36%

 GREEN value IS 102 (40.23% from 255) = 35.42%

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

R = 42.36%
G = 35.42%
B = 22.22%

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

#7A6640 (or 0x7A6640) is known color: Yellow Metal. HEX triplet: 7A, 66 and 40. RGB value is (122,102,64). Sum of RGB (Red+Green+Blue) = 122+102+64=288 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.36% from 288); Green value is 102 (40.23% from 255 or 35.42% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6640 is #8599BF. Grayscale: #676767. Windows color (decimal): -8755648 or 4220538. OLE color: 4220538.

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

Color convert

RGB 122 102 64 -
CMYK 0 0.16 0.48 0.52
HSL 39.31º 0.31% 0.36% -
HSV(B) 39.31º 0.48% 0.48% -
XYZ 13.7 14.01 6.83 -
YUV 103.65 105.63 141.09 -
System Red Green Blue C M Y K H S L
Decimal 122 102 64 0 0.16 0.48 0.52 39.31 0.31 0.36
Hex 7A 66 40 0 10 30 34 27 1F 24
Octal 172 146 100 0 20 60 64 47 37 44
Binary 1111010 1100110 1000000 0 10000 110000 110100 100111 11111 100100

Color Harmonies of #7A6640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6640

Black with #7A6640

Text Example


Text Example

White with #7A6640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,102,64); }

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

background-color css

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

 a { background-color: rgb(122,102,64); }

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

border-color css

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

 span { border-color: rgb(122,102,64); }

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