Html Css Color HEX #7D673F Yellow Metal

📋 copy color: '#7D673F'

red 125 ◦ green 103 ◦ blue 63

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

Shades of Yellow Metal #7D673F

Tints of Yellow Metal #7D673F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.65%

R = 42.96%
G = 35.4%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.51

RGB Variations

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

Color information

#7D673F (or 0x7D673F) is known color: Yellow Metal. HEX triplet: 7D, 67 and 3F. RGB value is (125,103,63). Sum of RGB (Red+Green+Blue) = 125+103+63=291 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.96% from 291); Green value is 103 (40.62% from 255 or 35.40% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 125 - color contains mainly: red. Hex color #7D673F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D673F is #8298C0. Grayscale: #696969. Windows color (decimal): -8558785 or 4155261. OLE color: 4155261.

HSL color Cylindrical-coordinate representation of color #7D673F: hue angle of 38.71º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D673F is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 103 63 -
CMYK 0 0.18 0.50 0.51
HSL 38.71º 0.33% 0.37% -
HSV(B) 38.71º 0.5% 0.49% -
XYZ 14.2 14.42 6.74 -
YUV 105.02 104.29 142.25 -
System Red Green Blue C M Y K H S L
Decimal 125 103 63 0 0.18 0.50 0.51 38.71 0.33 0.37
Hex 7D 67 3F 0 12 32 33 27 21 25
Octal 175 147 77 0 22 62 63 47 41 45
Binary 1111101 1100111 111111 0 10010 110010 110011 100111 100001 100101

Color Harmonies of #7D673F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D673F

Black with #7D673F

Text Example


Text Example

White with #7D673F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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