Html Css Color HEX #7F6C40 Yellow Metal

📋 copy color: '#7F6C40'

red 127 ◦ green 108 ◦ blue 64

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

Shades of Yellow Metal #7F6C40

Tints of Yellow Metal #7F6C40

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.12%

 BLUE value IS 64 (25.39% from 255) = 21.4%

R = 42.47%
G = 36.12%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.50

RGB Variations

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

Color information

#7F6C40 (or 0x7F6C40) is known color: Yellow Metal. HEX triplet: 7F, 6C and 40. RGB value is (127,108,64). Sum of RGB (Red+Green+Blue) = 127+108+64=299 (39% of max value = 765). Red value is 127 (50% from 255 or 42.47% from 299); Green value is 108 (42.58% from 255 or 36.12% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6C40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6C40 is #8093BF. Grayscale: #6C6C6C. Windows color (decimal): -8426432 or 4222079. OLE color: 4222079.

HSL color Cylindrical-coordinate representation of color #7F6C40: hue angle of 41.9º degrees, saturation: 0.33, 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 #7F6C40 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 108 64 -
CMYK 0 0.15 0.50 0.50
HSL 41.9º 0.33% 0.37% -
HSV(B) 41.9º 0.5% 0.5% -
XYZ 15.04 15.61 7.07 -
YUV 108.67 102.79 141.08 -
System Red Green Blue C M Y K H S L
Decimal 127 108 64 0 0.15 0.50 0.50 41.9 0.33 0.37
Hex 7F 6C 40 0 F 32 32 2A 21 25
Octal 177 154 100 0 17 62 62 52 41 45
Binary 1111111 1101100 1000000 0 1111 110010 110010 101010 100001 100101

Color Harmonies of #7F6C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6C40

Black with #7F6C40

Text Example


Text Example

White with #7F6C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,108,64); }

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

background-color css

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

 a { background-color: rgb(127,108,64); }

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

border-color css

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

 span { border-color: rgb(127,108,64); }

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