Html Css Color HEX #7A663A Yellow Metal

📋 copy color: '#7A663A'

red 122 ◦ green 102 ◦ blue 58

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

Shades of Yellow Metal #7A663A

Tints of Yellow Metal #7A663A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.57%

R = 43.26%
G = 36.17%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.52

RGB Variations

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

Color information

#7A663A (or 0x7A663A) is known color: Yellow Metal. HEX triplet: 7A, 66 and 3A. RGB value is (122,102,58). Sum of RGB (Red+Green+Blue) = 122+102+58=282 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.26% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 122 - color contains mainly: red. Hex color #7A663A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A663A is #8599C5. Grayscale: #676767. Windows color (decimal): -8755654 or 3827322. OLE color: 3827322.

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

Color convert

RGB 122 102 58 -
CMYK 0 0.16 0.52 0.52
HSL 41.25º 0.36% 0.35% -
HSV(B) 41.25º 0.52% 0.48% -
XYZ 13.54 13.95 5.98 -
YUV 102.96 102.63 141.58 -
System Red Green Blue C M Y K H S L
Decimal 122 102 58 0 0.16 0.52 0.52 41.25 0.36 0.35
Hex 7A 66 3A 0 10 34 34 29 24 23
Octal 172 146 72 0 20 64 64 51 44 43
Binary 1111010 1100110 111010 0 10000 110100 110100 101001 100100 100011

Color Harmonies of #7A663A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A663A

Black with #7A663A

Text Example


Text Example

White with #7A663A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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