Html Css Color HEX #7F683F Yellow Metal

📋 copy color: '#7F683F'

red 127 ◦ green 104 ◦ blue 63

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

Shades of Yellow Metal #7F683F

Tints of Yellow Metal #7F683F

RGB

 RED value IS 127 (50% from 255) = 43.2%

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

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

R = 43.2%
G = 35.37%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.50

RGB Variations

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

Color information

#7F683F (or 0x7F683F) is known color: Yellow Metal. HEX triplet: 7F, 68 and 3F. RGB value is (127,104,63). Sum of RGB (Red+Green+Blue) = 127+104+63=294 (38% of max value = 765). Red value is 127 (50% from 255 or 43.20% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 127 - color contains mainly: red. Hex color #7F683F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F683F is #8097C0. Grayscale: #6A6A6A. Windows color (decimal): -8427457 or 4155519. OLE color: 4155519.

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

Color convert

RGB 127 104 63 -
CMYK 0 0.18 0.50 0.50
HSL 38.44º 0.34% 0.37% -
HSV(B) 38.44º 0.5% 0.5% -
XYZ 14.6 14.77 6.78 -
YUV 106.2 103.62 142.83 -
System Red Green Blue C M Y K H S L
Decimal 127 104 63 0 0.18 0.50 0.50 38.44 0.34 0.37
Hex 7F 68 3F 0 12 32 32 26 22 25
Octal 177 150 77 0 22 62 62 46 42 45
Binary 1111111 1101000 111111 0 10010 110010 110010 100110 100010 100101

Color Harmonies of #7F683F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F683F

Black with #7F683F

Text Example


Text Example

White with #7F683F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,104,63); }

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

background-color css

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

 a { background-color: rgb(127,104,63); }

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

border-color css

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

 span { border-color: rgb(127,104,63); }

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