Html Css Color HEX #7D673C Yellow Metal

📋 copy color: '#7D673C'

red 125 ◦ green 103 ◦ blue 60

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

Shades of Yellow Metal #7D673C

Tints of Yellow Metal #7D673C

RGB

 RED value IS 125 (49.22% from 255) = 43.4%

 GREEN value IS 103 (40.63% from 255) = 35.76%

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

R = 43.4%
G = 35.76%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#7D673C (or 0x7D673C) is known color: Yellow Metal. HEX triplet: 7D, 67 and 3C. RGB value is (125,103,60). Sum of RGB (Red+Green+Blue) = 125+103+60=288 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.40% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 125 - color contains mainly: red. Hex color #7D673C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D673C is #8298C3. Grayscale: #686868. Windows color (decimal): -8558788 or 3958653. OLE color: 3958653.

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

Color convert

RGB 125 103 60 -
CMYK 0 0.18 0.52 0.51
HSL 39.69º 0.35% 0.36% -
HSV(B) 39.69º 0.52% 0.49% -
XYZ 14.12 14.39 6.31 -
YUV 104.68 102.79 142.5 -
System Red Green Blue C M Y K H S L
Decimal 125 103 60 0 0.18 0.52 0.51 39.69 0.35 0.36
Hex 7D 67 3C 0 12 34 33 28 23 24
Octal 175 147 74 0 22 64 63 50 43 44
Binary 1111101 1100111 111100 0 10010 110100 110011 101000 100011 100100

Color Harmonies of #7D673C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D673C

Black with #7D673C

Text Example


Text Example

White with #7D673C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,103,60); }

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

background-color css

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

 a { background-color: rgb(125,103,60); }

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

border-color css

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

 span { border-color: rgb(125,103,60); }

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