Html Css Color HEX #7A6437 Yellow Metal

📋 copy color: '#7A6437'

red 122 ◦ green 100 ◦ blue 55

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

Shades of Yellow Metal #7A6437

Tints of Yellow Metal #7A6437

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.1%

 BLUE value IS 55 (21.88% from 255) = 19.86%

R = 44.04%
G = 36.1%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.52

RGB Variations

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

Color information

#7A6437 (or 0x7A6437) is known color: Yellow Metal. HEX triplet: 7A, 64 and 37. RGB value is (122,100,55). Sum of RGB (Red+Green+Blue) = 122+100+55=277 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.04% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 55 (21.88% from 255 or 19.86% from 277); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6437 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6437 is #859BC8. Grayscale: #656565. Windows color (decimal): -8756169 or 3630202. OLE color: 3630202.

HSL color Cylindrical-coordinate representation of color #7A6437: hue angle of 40.3º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7A6437 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 100 55 -
CMYK 0 0.18 0.55 0.52
HSL 40.3º 0.38% 0.35% -
HSV(B) 40.3º 0.55% 0.48% -
XYZ 13.27 13.53 5.53 -
YUV 101.45 101.79 142.66 -
System Red Green Blue C M Y K H S L
Decimal 122 100 55 0 0.18 0.55 0.52 40.3 0.38 0.35
Hex 7A 64 37 0 12 37 34 28 26 23
Octal 172 144 67 0 22 67 64 50 46 43
Binary 1111010 1100100 110111 0 10010 110111 110100 101000 100110 100011

Color Harmonies of #7A6437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6437

Black with #7A6437

Text Example


Text Example

White with #7A6437

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,100,55); }

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

background-color css

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

 a { background-color: rgb(122,100,55); }

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

border-color css

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

 span { border-color: rgb(122,100,55); }

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