Html Css Color HEX #7A633B Yellow Metal

📋 copy color: '#7A633B'

red 122 ◦ green 99 ◦ blue 59

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

Shades of Yellow Metal #7A633B

Tints of Yellow Metal #7A633B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.36%

 BLUE value IS 59 (23.44% from 255) = 21.07%

R = 43.57%
G = 35.36%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.52

RGB Variations

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

Color information

#7A633B (or 0x7A633B) is known color: Yellow Metal. HEX triplet: 7A, 63 and 3B. RGB value is (122,99,59). Sum of RGB (Red+Green+Blue) = 122+99+59=280 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.57% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 122 - color contains mainly: red. Hex color #7A633B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A633B is #859CC4. Grayscale: #656565. Windows color (decimal): -8756421 or 3892090. OLE color: 3892090.

HSL color Cylindrical-coordinate representation of color #7A633B: hue angle of 38.1º degrees, saturation: 0.35, 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 #7A633B is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 99 59 -
CMYK 0 0.19 0.52 0.52
HSL 38.1º 0.35% 0.35% -
HSV(B) 38.1º 0.52% 0.48% -
XYZ 13.28 13.38 6.02 -
YUV 101.32 104.12 142.75 -
System Red Green Blue C M Y K H S L
Decimal 122 99 59 0 0.19 0.52 0.52 38.1 0.35 0.35
Hex 7A 63 3B 0 13 34 34 26 23 23
Octal 172 143 73 0 23 64 64 46 43 43
Binary 1111010 1100011 111011 0 10011 110100 110100 100110 100011 100011

Color Harmonies of #7A633B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A633B

Black with #7A633B

Text Example


Text Example

White with #7A633B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,99,59); }

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

background-color css

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

 a { background-color: rgb(122,99,59); }

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

border-color css

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

 span { border-color: rgb(122,99,59); }

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