Html Css Color HEX #7B683C Yellow Metal

📋 copy color: '#7B683C'

red 123 ◦ green 104 ◦ blue 60

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

Shades of Yellow Metal #7B683C

Tints of Yellow Metal #7B683C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.24%

 BLUE value IS 60 (23.83% from 255) = 20.91%

R = 42.86%
G = 36.24%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.52

RGB Variations

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

Color information

#7B683C (or 0x7B683C) is known color: Yellow Metal. HEX triplet: 7B, 68 and 3C. RGB value is (123,104,60). Sum of RGB (Red+Green+Blue) = 123+104+60=287 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.86% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 123 - color contains mainly: red. Hex color #7B683C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B683C is #8497C3. Grayscale: #686868. Windows color (decimal): -8689604 or 3958907. OLE color: 3958907.

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

Color convert

RGB 123 104 60 -
CMYK 0 0.15 0.51 0.52
HSL 41.9º 0.34% 0.36% -
HSV(B) 41.9º 0.51% 0.48% -
XYZ 13.93 14.44 6.33 -
YUV 104.67 102.79 141.08 -
System Red Green Blue C M Y K H S L
Decimal 123 104 60 0 0.15 0.51 0.52 41.9 0.34 0.36
Hex 7B 68 3C 0 F 33 34 2A 22 24
Octal 173 150 74 0 17 63 64 52 42 44
Binary 1111011 1101000 111100 0 1111 110011 110100 101010 100010 100100

Color Harmonies of #7B683C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B683C

Black with #7B683C

Text Example


Text Example

White with #7B683C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,104,60); }

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

background-color css

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

 a { background-color: rgb(123,104,60); }

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

border-color css

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

 span { border-color: rgb(123,104,60); }

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