Html Css Color HEX #7B663A Yellow Metal

📋 copy color: '#7B663A'

red 123 ◦ green 102 ◦ blue 58

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

Shades of Yellow Metal #7B663A

Tints of Yellow Metal #7B663A

RGB

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

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

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

R = 43.46%
G = 36.04%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.52

RGB Variations

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

Color information

#7B663A (or 0x7B663A) is known color: Yellow Metal. HEX triplet: 7B, 66 and 3A. RGB value is (123,102,58). Sum of RGB (Red+Green+Blue) = 123+102+58=283 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.46% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 123 - color contains mainly: red. Hex color #7B663A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B663A is #8499C5. Grayscale: #676767. Windows color (decimal): -8690118 or 3827323. OLE color: 3827323.

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

Color convert

RGB 123 102 58 -
CMYK 0 0.17 0.53 0.52
HSL 40.62º 0.36% 0.35% -
HSV(B) 40.62º 0.53% 0.48% -
XYZ 13.68 14.02 5.99 -
YUV 103.26 102.46 142.08 -
System Red Green Blue C M Y K H S L
Decimal 123 102 58 0 0.17 0.53 0.52 40.62 0.36 0.35
Hex 7B 66 3A 0 11 35 34 29 24 23
Octal 173 146 72 0 21 65 64 51 44 43
Binary 1111011 1100110 111010 0 10001 110101 110100 101001 100100 100011

Color Harmonies of #7B663A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B663A

Black with #7B663A

Text Example


Text Example

White with #7B663A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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