Html Css Color HEX #7F6439 Yellow Metal

📋 copy color: '#7F6439'

red 127 ◦ green 100 ◦ blue 57

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

Shades of Yellow Metal #7F6439

Tints of Yellow Metal #7F6439

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.21%

 BLUE value IS 57 (22.66% from 255) = 20.07%

R = 44.72%
G = 35.21%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#7F6439 (or 0x7F6439) is known color: Yellow Metal. HEX triplet: 7F, 64 and 39. RGB value is (127,100,57). Sum of RGB (Red+Green+Blue) = 127+100+57=284 (37% of max value = 765). Red value is 127 (50% from 255 or 44.72% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 57 (22.66% from 255 or 20.07% from 284); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6439 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6439 is #809BC6. Grayscale: #676767. Windows color (decimal): -8428487 or 3761279. OLE color: 3761279.

HSL color Cylindrical-coordinate representation of color #7F6439: hue angle of 36.86º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7F6439 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 100 57 -
CMYK 0 0.21 0.55 0.50
HSL 36.86º 0.38% 0.36% -
HSV(B) 36.86º 0.55% 0.5% -
XYZ 14.05 13.92 5.82 -
YUV 103.17 101.95 145 -
System Red Green Blue C M Y K H S L
Decimal 127 100 57 0 0.21 0.55 0.50 36.86 0.38 0.36
Hex 7F 64 39 0 15 37 32 25 26 24
Octal 177 144 71 0 25 67 62 45 46 44
Binary 1111111 1100100 111001 0 10101 110111 110010 100101 100110 100100

Color Harmonies of #7F6439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6439

Black with #7F6439

Text Example


Text Example

White with #7F6439

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,100,57); }

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

background-color css

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

 a { background-color: rgb(127,100,57); }

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

border-color css

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

 span { border-color: rgb(127,100,57); }

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