Html Css Color HEX #7F6736 Yellow Metal

📋 copy color: '#7F6736'

red 127 ◦ green 103 ◦ blue 54

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

Shades of Yellow Metal #7F6736

Tints of Yellow Metal #7F6736

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.01%

R = 44.72%
G = 36.27%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.50

RGB Variations

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

Color information

#7F6736 (or 0x7F6736) is known color: Yellow Metal. HEX triplet: 7F, 67 and 36. RGB value is (127,103,54). Sum of RGB (Red+Green+Blue) = 127+103+54=284 (37% of max value = 765). Red value is 127 (50% from 255 or 44.72% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 54 (21.48% from 255 or 19.01% from 284); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6736 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6736 is #8098C9. Grayscale: #686868. Windows color (decimal): -8427722 or 3565439. OLE color: 3565439.

HSL color Cylindrical-coordinate representation of color #7F6736: hue angle of 40.27º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F6736 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 103 54 -
CMYK 0 0.19 0.57 0.50
HSL 40.27º 0.4% 0.35% -
HSV(B) 40.27º 0.57% 0.5% -
XYZ 14.27 14.48 5.53 -
YUV 104.59 99.45 143.98 -
System Red Green Blue C M Y K H S L
Decimal 127 103 54 0 0.19 0.57 0.50 40.27 0.4 0.35
Hex 7F 67 36 0 13 39 32 28 28 23
Octal 177 147 66 0 23 71 62 50 50 43
Binary 1111111 1100111 110110 0 10011 111001 110010 101000 101000 100011

Color Harmonies of #7F6736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6736

Black with #7F6736

Text Example


Text Example

White with #7F6736

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,103,54); }

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

background-color css

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

 a { background-color: rgb(127,103,54); }

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

border-color css

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

 span { border-color: rgb(127,103,54); }

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